File: CHANGES

package info (click to toggle)
python-unipath 0.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 252 kB
  • ctags: 237
  • sloc: python: 937; makefile: 21
file content (21 lines) | stat: -rw-r--r-- 869 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
0.2.1
 - Delete spurious references to deleted ``unipath.platform`` package.

0.2.0
 - Rename Path to AbstractPath, and FSPath to Path.  FSPath remains as an
   alias for backward compatibility.
 - Allow integers in constructor.
 - Path.mkdir() checks whether the directory exists first.
 - Test suite now uses nose instead of unittest.
 - "+" operator returns concatenated path rather than string.
 - Bugfix in Path.rel_path_to().
 - Thanks to Roman <mereandor@gmail.com> for patches and suggestions.
 - Delete Path.symlink(); use Path.write_link() instead -- note that the 
   arg is the desination rather than the source!
 - Path.make_relative_link_to() is a shortcut for
   ``self.write_link(self.rel_path_to(dst))``.
 - Delete the ``platform`` package.  See the tests if you need non-native
   path syntax.`

0.1.0, released 2007-01-28 by MSO
  - Initial release.