aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-11-29 18:58:33 +0100
committerGitHub <noreply@github.com>2017-11-29 18:58:33 +0100
commit859f7ce7a49f8bd6309748c05e460c10f6a433ed (patch)
tree5f21af77f30357bac0e9b8182199088b2c21fa0a /Misc/README
parentbpo-32166: Drop Python 3.4 code from asyncio (#4612) (diff)
downloadcpython-859f7ce7a49f8bd6309748c05e460c10f6a433ed.tar.gz
cpython-859f7ce7a49f8bd6309748c05e460c10f6a433ed.tar.bz2
cpython-859f7ce7a49f8bd6309748c05e460c10f6a433ed.zip
bpo-32159: Revert Misc/svnmap.txt (#4639)
Partially revert the commit fe2d5babba5d26de2093b6518316b268488187be. Clarify the usage of this file in Misc/README.
Diffstat (limited to 'Misc/README')
-rw-r--r--Misc/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/README b/Misc/README
index 0d26c3cb5ee..8e8acbc5b3c 100644
--- a/Misc/README
+++ b/Misc/README
@@ -22,5 +22,7 @@ README.AIX Information about using Python on AIX
README.coverity Information about running Coverity's Prevent on Python
README.valgrind Information for Valgrind users, see valgrind-python.supp
SpecialBuilds.txt Describes extra symbols you can set for debug builds
+svnmap.txt Map of old SVN revs and branches to hg changeset ids,
+ help history-digging
valgrind-python.supp Valgrind suppression file, see README.valgrind
vgrindefs Python configuration for vgrind (a generic pretty printer)