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 Marko.Kohtala, eric.araujo, ghaering, petri.lehtinen, python-dev, r.david.murray, xapple
Date 2013-01-10.16:31:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Yht4y1nFMzRyf@mail.python.org>
In-reply-to
Content
New changeset 2cdb599172ab by R David Murray in branch '3.2':
#15545: fix sqlite3.iterdump regression on unsortable row_factory objects.
http://hg.python.org/cpython/rev/2cdb599172ab

New changeset 6a85894c428f by R David Murray in branch '3.3':
merge #15545: fix sqlite3.iterdump regression on unsortable row_factory objects.
http://hg.python.org/cpython/rev/6a85894c428f

New changeset 7a62b5ee32ec by R David Murray in branch 'default':
merge #15545: fix sqlite3.iterdump regression on unsortable row_factory objects.
http://hg.python.org/cpython/rev/7a62b5ee32ec

New changeset bb4e4f0cec2e by R David Murray in branch '2.7':
#15545: sort iterdump via SQL instead of in python code
http://hg.python.org/cpython/rev/bb4e4f0cec2e
History
Date User Action Args
2013-01-10 16:31:34python-devsetrecipients: + python-dev, ghaering, eric.araujo, r.david.murray, Marko.Kohtala, petri.lehtinen, xapple
2013-01-10 16:31:33python-devlinkissue9750 messages
2013-01-10 16:31:32python-devcreate