summaryrefslogtreecommitdiffstats
path: root/Misc/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-09-12 17:29:33 (GMT)
committerGuido van Rossum <guido@python.org>1996-09-12 17:29:33 (GMT)
commitdc082eba02cd2845eb0c8a9fc27f79bf0847ddf0 (patch)
tree99d855654882811662376a08e8b181440ff454c5 /Misc/README
parent3f3691e12f1e39d5f8935ca9abf47d242c4952bb (diff)
downloadcpython-dc082eba02cd2845eb0c8a9fc27f79bf0847ddf0.zip
cpython-dc082eba02cd2845eb0c8a9fc27f79bf0847ddf0.tar.gz
cpython-dc082eba02cd2845eb0c8a9fc27f79bf0847ddf0.tar.bz2
Added editline fix
Diffstat (limited to 'Misc/README')
-rw-r--r--Misc/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/README b/Misc/README
index 81c0dca..0ad373b 100644
--- a/Misc/README
+++ b/Misc/README
@@ -25,6 +25,7 @@ NEWS News for this release
README The file you're reading now
RFD Request For Discussion about a Python newsgroup
cheatsheet Quick summary of Python by Ken Manheimer
+editline-fix A news article on how to fix R$'s editline for Python
fixfuncptrs.sh Shell script to fix function pointer initializers
gMakefile Generic Makefile for dynamically loadable modules
indent.pro GNU indent profile approximating my C style