]> granicus.if.org Git - python/commit
bpo-35471: Remove the macpath module (GH-11129)
authorVictor Stinner <vstinner@redhat.com>
Fri, 14 Dec 2018 12:37:26 +0000 (13:37 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Dec 2018 12:37:26 +0000 (13:37 +0100)
commitd7538dd5e3e04a8db22e1470cb2ed696bf3be160
tree2e430306e9128222301df75c352863c23a63d79f
parent4aa917c5feaec07a6f6db87b34185ab6180e20ee
bpo-35471: Remove the macpath module (GH-11129)

Python 2.4 dropped MacOS 9 support. The macpath module was deprecated
in Python 3.7. This change removes it.
Doc/library/filesys.rst
Doc/library/macpath.rst [deleted file]
Doc/library/os.path.rst
Doc/whatsnew/3.8.rst
Lib/macpath.py [deleted file]
Lib/posixpath.py
Lib/test/test_genericpath.py
Lib/test/test_macpath.py [deleted file]
Misc/NEWS.d/next/Library/2018-12-12-16-25-21.bpo-35471.SK8jFC.rst [new file with mode: 0644]
PCbuild/lib.pyproj
Tools/freeze/freeze.py