Changes between Version 3 and Version 4 of CTPUGBugs


Ignore:
Timestamp:
Apr 2, 2010, 8:55:33 AM (14 years ago)
Author:
Neil
Comment:

Update

Legend:

Unmodified
Added
Removed
Modified
  • CTPUGBugs

    v3 v4  
    88 * http://bugs.python.org/issue1491 (BaseHTTPServer incorrectly implements response code 100)
    99 * http://bugs.python.org/issue1343 (XMLGenerator: nice  elements)
    10  * http://bugs.python.org/issue2768 (os.fstat and other os.f* methods should use PyObject_AsFileDescriptor)
    1110 * http://bugs.python.org/issue1777412 (Python's strftime dislikes years before 1900)
    1211 * http://bugs.python.org/issue6231 (!ElementInclude bug)
     
    1413=== Resolved ===
    1514
     15 * ~~http://bugs.python.org/issue2768~~ (os.fstat and other os.f* methods should use PyObject_AsFileDescriptor)
    1616 * ~~http://bugs.python.org/issue2742~~ (example code does not work)
    1717 * ~~http://bugs.python.org/issue2809~~ (string docstring doesn't mention that ' '.split() != ' '.split(' '))