diff options
author | Michael W. Hudson <mwh@python.net> | 2003-08-11 16:18:43 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2003-08-11 16:18:43 (GMT) |
commit | cc9d004f818c932bbee1fafe22fd66c7aa290c6b (patch) | |
tree | d9bd44248cdf1613966545bf787e0f24e1abe260 /Misc | |
parent | bdc6ea11102a00caf90a8c644898a00722e41c28 (diff) | |
download | cpython-cc9d004f818c932bbee1fafe22fd66c7aa290c6b.zip cpython-cc9d004f818c932bbee1fafe22fd66c7aa290c6b.tar.gz cpython-cc9d004f818c932bbee1fafe22fd66c7aa290c6b.tar.bz2 |
mention pymemcompat.h in Misc/README
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/README b/Misc/README index e3a8c3b..67d4fd9 100644 --- a/Misc/README +++ b/Misc/README @@ -20,6 +20,7 @@ indent.pro GNU indent profile approximating my C style NEWS News for this release (for some meaning of "this") Porting Mini-FAQ on porting to new platforms PURIFY.README Information for Purify users +pymemcompat.h Memory interface compatibility file. python.man UNIX man page for the python interpreter python-mode.el Emacs mode for editing Python programs README The file you're reading now |