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 terry.reedy
Recipients joru, r.david.murray, refresh, terry.reedy
Date 2010-08-27.18:22:50
SpamBayes Score 0.00828345
Marked as misclassified No
Message-id <1282933372.41.0.763428412554.issue9668@psf.upfronthosting.co.za>
In-reply-to
Content
2.6.6 is the final 2.6 bugfix release. A bug would have to be demonstrated with 2.7 or 3.1/2. On 3.1, winxp, I get this also:
>>> import json
>>> json.dumps('foo')
'"foo"'
History
Date User Action Args
2010-08-27 18:22:52terry.reedysetrecipients: + terry.reedy, r.david.murray, refresh, joru
2010-08-27 18:22:52terry.reedysetmessageid: <1282933372.41.0.763428412554.issue9668@psf.upfronthosting.co.za>
2010-08-27 18:22:50terry.reedylinkissue9668 messages
2010-08-27 18:22:50terry.reedycreate