Add some more priority-9 bugs.

This commit is contained in:
Georg Brandl 2006-08-10 07:50:00 +00:00
parent de89552458
commit 6e436f2511
1 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,10 @@ Open issues
- Bugs that need resolving before release, ie, they block release:
http://python.org/sf/1530559 - struct rejecting floats (patch pending)
http://python.org/sf/1534630 - potential crash in cElementTree
http://python.org/sf/1530559 - struct.pack raises TypeError where it
used to convert (Owner: Bob Ippolito)
http://python.org/sf/1112549 - potential DoS in cgi.py
http://mail.python.org/pipermail/python-dev/2006-July/067774.html
Problem with __index__ (patch pending)