Fixed the buffer issue, unicode issue can wait for 2.5.1

This commit is contained in:
Neal Norwitz 2006-08-25 01:15:52 +00:00
parent 61128a8561
commit f0b55ea926
1 changed files with 2 additions and 3 deletions

View File

@ -151,10 +151,9 @@ Open issues
http://python.org/sf/1541697 - sgmllib regexp bug causes hang
http://python.org/sf/1541420 - tools and demo missing from windows
http://python.org/sf/1541585 - buffer overrun in repr() for unicode
http://python.org/sf/1446043 - unicode() does not raise LookupError
- Bugs that ought to be resolved before release (all exist in 2.4):
- Bugs deferred until 2.5.1 (or later)
http://python.org/sf/1446043 - unicode() does not raise LookupError
http://python.org/sf/1475523 - gettext.py bug (owner: Martin v. Loewis)
http://python.org/sf/1467929 - %-formatting and dicts