Unipath v1.1 Release Notes

Release Date: 2015-02-10 // about 9 years ago
    • 🛠 Fix unicode NameError on Python 3. (Appeared only on OSes with unicode paths.)(Thanks to Hanlle Nicolas, Aaron Lelevier, Dmitry Dygalo.)
    • 🛠 Fix test on MacOSX: temp dir contains symlink. (wrightmx)
    • 🛠 Fix walk error in arg top_down. (Gabriel Reyla == sesas)
    • 🛠 Fix isdir() issue on Windows. (Gabriel Reyla)
    • 🛠 Fix needs_update with string argument. (#15)
    • 🔄 Change license to MIT. It's at least as free as the Python license but doesn't contain irrelevant Python-specific language.

Previous changes from v1.0

    • Migrate repository to Git and Github. (https://github.com/mikeorr/Unipath)
    • 👌 Supports Python 2.6, 2.7, 3.2, and 3.3. No longer suppots Python 2.5 or older.
    • Python 3 compatibility. (Ricardo Duarte)
    • ✅ Convert tests to py.test. (Ricardo Duarte)
    • ✂ Delete old PEP 335 reference documentation. To recover, check out Git rev 7575cdf, directory "doc/reference".
    • Undocument Path.copy_tree(). It was never implemented.
    • 🛠 Fix Path.remove and Path.rmtree for symlinks. (Joel Rosdahl)