Fixed the buffer issue, unicode issue can wait for 2.5.1
This commit is contained in:
parent
61128a8561
commit
f0b55ea926
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue