diff options
author | Guido van Rossum <guido@python.org> | 1996-09-12 17:29:33 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-09-12 17:29:33 (GMT) |
commit | dc082eba02cd2845eb0c8a9fc27f79bf0847ddf0 (patch) | |
tree | 99d855654882811662376a08e8b181440ff454c5 /Misc/README | |
parent | 3f3691e12f1e39d5f8935ca9abf47d242c4952bb (diff) | |
download | cpython-dc082eba02cd2845eb0c8a9fc27f79bf0847ddf0.zip cpython-dc082eba02cd2845eb0c8a9fc27f79bf0847ddf0.tar.gz cpython-dc082eba02cd2845eb0c8a9fc27f79bf0847ddf0.tar.bz2 |
Added editline fix
Diffstat (limited to 'Misc/README')
-rw-r--r-- | Misc/README | 1 |
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 |