diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-06 19:52:25 +0300 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-06 19:52:25 +0300 |
commit | 891d7bafe6fd8af58efa921823d58a88823e95bf (patch) | |
tree | 7002d674c21d061d5317b3557bfe471308790aea | |
parent | ce4981ad2f0e7d6190f6882bad20fdaed7a0bfaa (diff) | |
download | cpython-891d7bafe6fd8af58efa921823d58a88823e95bf.tar.gz |
#18443: remove the TextMate entry now that the bundle has been removed and fix ordering. Patch by F?vry Thibault.
-rw-r--r-- | Misc/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/README b/Misc/README index 93752b49df..e7780a2f31 100644 --- a/Misc/README +++ b/Misc/README @@ -22,8 +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 RPM (Old) tools to build RPMs -svnmap.txt Map of old SVN revs and branches to hg changeset ids SpecialBuilds.txt Describes extra symbols you can set for debug builds -TextMate A TextMate bundle for Python development +svnmap.txt Map of old SVN revs and branches to hg changeset ids valgrind-python.supp Valgrind suppression file, see README.valgrind vgrindefs Python configuration for vgrind (a generic pretty printer) |