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 Kuukunen, ezio.melotti, python-dev, r.david.murray, serhiy.storchaka
Date 2013-03-12.23:55:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3ZQY2x4lv7zNTj@mail.python.org>
In-reply-to
Content
New changeset 4a5ad099b176 by Ezio Melotti in branch '2.7':
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.
http://hg.python.org/cpython/rev/4a5ad099b176

New changeset 40c36d873f41 by Ezio Melotti in branch '3.2':
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.
http://hg.python.org/cpython/rev/40c36d873f41

New changeset dd2fad6b47c0 by Ezio Melotti in branch '3.3':
#17368: merge with 3.2.
http://hg.python.org/cpython/rev/dd2fad6b47c0

New changeset 885ffda21849 by Ezio Melotti in branch 'default':
#17368: merge with 3.3.
http://hg.python.org/cpython/rev/885ffda21849
History
Date User Action Args
2013-03-12 23:55:22python-devsetrecipients: + python-dev, ezio.melotti, r.david.murray, serhiy.storchaka, Kuukunen
2013-03-12 23:55:22python-devlinkissue17368 messages
2013-03-12 23:55:22python-devcreate