This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients python-dev, skrah, vstinner
Date 2013-11-14.21:56:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3dLGjr6LNYz7Lmg@mail.python.org>
In-reply-to
Content
New changeset c9efe992e9b2 by Victor Stinner in branch 'default':
Issue #19437: Fix parse_save_field() of the csv module, handle PyList_Append()
http://hg.python.org/cpython/rev/c9efe992e9b2

New changeset 98ac18544722 by Victor Stinner in branch 'default':
Issue #19437: Fix parse_envlist() of the posix/nt module, don't call
http://hg.python.org/cpython/rev/98ac18544722

New changeset 61a712066770 by Victor Stinner in branch 'default':
Issue #19429, #19437: fix error handling in the OSError constructor
http://hg.python.org/cpython/rev/61a712066770

New changeset f7d401eaee0e by Victor Stinner in branch 'default':
Issue #19437: Fix init_builtin(), handle _PyImport_FindExtensionObject()
http://hg.python.org/cpython/rev/f7d401eaee0e
History
Date User Action Args
2013-11-14 21:56:33python-devsetrecipients: + python-dev, vstinner, skrah
2013-11-14 21:56:33python-devlinkissue19437 messages
2013-11-14 21:56:33python-devcreate