diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-10-02 13:43:33 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-10-02 13:43:33 (GMT) |
commit | 625915eb4fb4b1297b792cb698da41a4327f5e90 (patch) | |
tree | 454b3008028bd208796915139b0b665bb9fff39a /Misc | |
parent | e3c3b27d33eb0b092378c0a6a4f13cb0515ac3b4 (diff) | |
download | cpython-625915eb4fb4b1297b792cb698da41a4327f5e90.zip cpython-625915eb4fb4b1297b792cb698da41a4327f5e90.tar.gz cpython-625915eb4fb4b1297b792cb698da41a4327f5e90.tar.bz2 |
typo
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ Standard library and extensions by makefile(). - sre: Added experimental expand() method to match objects. Does not - user buffer interface on Unicode strings. Does not hang if group id + use buffer interface on Unicode strings. Does not hang if group id is followed by whitespace. - StringIO: Size hint in readlines() is now supported as documented. |