]> granicus.if.org Git - python/commit
Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.
authorGuido van Rossum <guido@python.org>
Thu, 19 May 2016 20:00:21 +0000 (13:00 -0700)
committerGuido van Rossum <guido@python.org>
Thu, 19 May 2016 20:00:21 +0000 (13:00 -0700)
commit3d4d01f614d894327bbdc1feadebd50b2d3621ff
treefda99c3acd7a179cd4f492f765ccfeaa0fea9cd7
parent2a86122759f629a26dbfbc8258fc82c56c613429
Back out 7e9605697dfc2e3c31ab586a759b2cecc289.

These added a path attribute to pathlib.Path objects, and docs.
Instead, we're going to use PEP 519.

(Starting in the 3.4 branch and merging forward from there since that's what I did originally.)
Doc/library/pathlib.rst
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS