diff options
author | Guido van Rossum <guido@python.org> | 1998-01-13 18:53:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-01-13 18:53:42 (GMT) |
commit | b25c0e739c7459e063ad69e7087f1ab912f93a07 (patch) | |
tree | 9a3e2492fe771a3ece77065b8150163c6f310547 /Misc/README | |
parent | 5eb3f90ad52c8b05e499aafa9fcf83bd62eed270 (diff) | |
download | cpython-b25c0e739c7459e063ad69e7087f1ab912f93a07.zip cpython-b25c0e739c7459e063ad69e7087f1ab912f93a07.tar.gz cpython-b25c0e739c7459e063ad69e7087f1ab912f93a07.tar.bz2 |
delete gMakefile, clarify Makefile.pre.in
Diffstat (limited to 'Misc/README')
-rw-r--r-- | Misc/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/README b/Misc/README index 8754f05..f64c0bb 100644 --- a/Misc/README +++ b/Misc/README @@ -20,14 +20,13 @@ HISTORY News from previous releases -- oldest last HPUX-NOTES Notes about dynamic loading under HP-UX HYPE More hype about Python Makefile Used for administrative chores like cleaning up -Makefile.pre.in Template for building extensions (static or dynamic) +Makefile.pre.in Generic Makefile template for building extensions 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 python-mode.el Emacs mode for editing Python programs python.man UNIX man page for the python interpreter |