summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/README
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-11-28 21:29:32 (GMT)
committerGitHub <noreply@github.com>2017-11-28 21:29:32 (GMT)
commitfe2d5babba5d26de2093b6518316b268488187be (patch)
tree0167f6e4c8e7965d2b0f95a94e0fbc2e7ac58bb2 /Tools/scripts/README
parenta4a3020abc065d40f57069d6c69d02222ddc85d6 (diff)
downloadcpython-fe2d5babba5d26de2093b6518316b268488187be.zip
cpython-fe2d5babba5d26de2093b6518316b268488187be.tar.gz
cpython-fe2d5babba5d26de2093b6518316b268488187be.tar.bz2
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
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r--Tools/scripts/README2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README
index c6b2282..d4ac2ad 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -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