Unipath v1.0 Release Notes

Release Date: 2013-04-05 // about 11 years ago
    • 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)