diff options
author | Guido van Rossum <guido@python.org> | 1994-08-30 12:23:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-08-30 12:23:22 (GMT) |
commit | 0c4071e69fe71513a453aad1720b289ac6f5ff32 (patch) | |
tree | f1f8bcd3fe47c38a94393da51a39678d5c3e6b07 /Misc | |
parent | f023ab0471c5b8dc9f421890481f94451b00e545 (diff) | |
download | cpython-0c4071e69fe71513a453aad1720b289ac6f5ff32.zip cpython-0c4071e69fe71513a453aad1720b289ac6f5ff32.tar.gz cpython-0c4071e69fe71513a453aad1720b289ac6f5ff32.tar.bz2 |
FAQ: Added lambda stress test by Ulf
ACKS: Added Ulf
README: fix typo
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/README | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -9,6 +9,7 @@ Without you I would've stopped working on Python long ago! --Guido Mark Anacker +Ulf Bartelt Anthony Baxter Donald Beaudry Andy Bensky diff --git a/Misc/README b/Misc/README index 829032e..05a9351 100644 --- a/Misc/README +++ b/Misc/README @@ -21,7 +21,7 @@ Makefile Used for administrative chores like cleaning up NEWS News for this release README The file you're reading now RFD Request For Discussion about a Python newsgroup -cheatsheet Quick sommary of Python by Ken Mannheimer +cheatsheet Quick summary of Python by Ken Mannheimer fixfuncptrs.sh Shell script to fix function pointer initializers python-mode.el Emacs mode for editing Python programs (thanks, Tim!) python.gif 4-level grayscale image of a Python (snake) |