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, xapple
Date 2012-02-12.19:09:41
SpamBayes Score 0.06634534
Marked as misclassified No
Message-id <E1Rwens-00086f-75@dinsdale.python.org>
In-reply-to
Content
New changeset 60aa7dacb605 by Petri Lehtinen in branch '2.7':
Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes
http://hg.python.org/cpython/rev/60aa7dacb605

New changeset 4b105d328fe7 by Petri Lehtinen in branch '3.2':
Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes
http://hg.python.org/cpython/rev/4b105d328fe7

New changeset 5d0f7b275fe9 by Petri Lehtinen in branch 'default':
Merge branch '3.2'
http://hg.python.org/cpython/rev/5d0f7b275fe9
History
Date User Action Args
2012-02-12 19:09:44python-devsetrecipients: + python-dev, ghaering, eric.araujo, Marko.Kohtala, petri.lehtinen, xapple
2012-02-12 19:09:42python-devlinkissue9750 messages
2012-02-12 19:09:41python-devcreate