= Bugs filed or worked on by CTPUG = == Python Bugs == === Open === * http://bugs.python.org/issue2736 (datetime needs an "epoch" method) * http://bugs.python.org/issue1491 (BaseHTTPServer incorrectly implements response code 100) * http://bugs.python.org/issue1343 (XMLGenerator: nice elements) * http://bugs.python.org/issue2768 (os.fstat and other os.f* methods should use PyObject_AsFileDescriptor) * http://bugs.python.org/issue1777412 (Python's strftime dislikes years before 1900) * http://bugs.python.org/issue6231 (!ElementInclude bug) === Resolved === * ~~http://bugs.python.org/issue2742~~ (example code does not work) * ~~http://bugs.python.org/issue2809~~ (string docstring doesn't mention that ' '.split() != ' '.split(' ')) * ~~http://bugs.python.org/issue2722~~ (os.getcwd fails for long path names on linux) * ~~http://bugs.python.org/issue1153769~~ (String interpolation needs PEP 237 update) * ~~http://bugs.python.org/issue2776~~ (urllib2.urlopen() gets confused with path with // in it) * ~~http://bugs.python.org/issue2746~~ (existing issue (processing instruction) - patch & test case added) * ~~http://bugs.python.org/issue6230~~ (repr bug) * ~~http://bugs.python.org/issue6232~~ (suggested improvements to test_xml_etree.py and test_xml_etree_c.py * ~~http://bugs.python.org/issue6233~~ (py3k encoding bug) * ~~http://bugs.python.org/issue6265~~ (cElementTree & !ElementTree raise different exceptions) * ~~http://bugs.python.org/issue6266~~ (cElementTree & !ElementTree can return differently encoded strings) == Scipy / Numpy bugs == === Resolved === * ~~http://projects.scipy.org/numpy/ticket/954~~ (Add memapping to numpy.load) * ~~http://projects.scipy.org/scipy/ticket/653~~ (global name 'Mat5CellWriter' is not defined) * ~~http://projects.scipy.org/scipy/ticket/544~~ (optimize.fminbound doesn't work with dimensions > 1) * ~~http://projects.scipy.org/scipy/ticket/756~~ (gausspulse error (string_without_format%expr)) == Trac & related projects bugs == === Open === * http://trac-hacks.org/ticket/6887 (!WikiCalenderMacro doesn't strip leading '/'s correctly)