mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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
This commit is contained in:
parent
a4a3020abc
commit
fe2d5babba
8 changed files with 8 additions and 72881 deletions
|
@ -61,9 +61,7 @@ rgrep.py Reverse grep through a file (useful for big logfiles)
|
|||
run_tests.py Run the test suite with more sensible default options
|
||||
serve.py Small wsgiref-based web server, used in make serve in Doc
|
||||
suff.py Sort a list of files by suffix
|
||||
svneol.py Set svn:eol-style on all files in directory
|
||||
texi2html.py Convert GNU texinfo files into HTML
|
||||
treesync.py Synchronize source trees (very idiosyncratic)
|
||||
untabify.py Replace tabs with spaces in argument files
|
||||
which.py Find a program in $PATH
|
||||
win_add2path.py Add Python to the search path on Windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue