]> granicus.if.org Git - python/commit
bpo-32159: Remove tools for CVS and Subversion (#4615)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 28 Nov 2017 21:29:32 +0000 (22:29 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Nov 2017 21:29:32 +0000 (22:29 +0100)
commitfe2d5babba5d26de2093b6518316b268488187be
tree0167f6e4c8e7965d2b0f95a94e0fbc2e7ac58bb2
parenta4a3020abc065d40f57069d6c69d02222ddc85d6
bpo-32159: Remove tools for CVS and Subversion (#4615)

CPython migrated from CVS to Subversion, to Mercurial, and then to
Git. CVS and Subversion are not more used to develop CPython.

* platform module: drop support for sys.subversion. The
  sys.subversion attribute has been removed in Python 3.3.
* Remove Misc/svnmap.txt
* Remove Tools/scripts/svneol.py
* Remove Tools/scripts/treesync.py
Lib/platform.py
Lib/test/test_platform.py
Misc/NEWS.d/next/Tools-Demos/2017-11-28-21-24-41.bpo-32159.RSl4QK.rst [new file with mode: 0644]
Misc/README
Misc/svnmap.txt [deleted file]
Tools/scripts/README
Tools/scripts/svneol.py [deleted file]
Tools/scripts/treesync.py [deleted file]