This commit is contained in:
Jeremy Hylton 2000-10-02 13:43:33 +00:00
parent e3c3b27d33
commit 625915eb4f
1 changed files with 1 additions and 1 deletions

View File

@ -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.