Releases: remram44/rpaths
Releases · remram44/rpaths
0.4
0.3
Bugfixes:
- Path.read_link() didn't work at all
- AbstractPath.eq() returns False instead of raising TypeError if the objects are not compatible
Features:
- Adds AbstractPath.lies_under()
- Path.open() uses io.open(). It now accepts the buffering, encoding, errors, newline, closefd and opener arguments, and will return unicode instead of bytes if opened in text mode (the default) on Python 2.
0.2
Adds documentation all around. There is now some HTML documentation at ReadTheDocs: http://rpaths.remram.fr/en/0.2/
- Make
__hash__
usenormcase
(like__eq__
does). - Removes
AbstractPath.relative()
since it only worked for Path anyway. - Fixes
*atime
methods.