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 bob.ippolito
Recipients ajaksu2, amaury.forgeotdarc, bob.ippolito, georg.brandl, loewis, pitrou, rhettinger
Date 2009-02-28.18:32:55
SpamBayes Score 2.1443403e-12
Marked as misclassified No
Message-id <1235845977.79.0.782492592734.issue4136@psf.upfronthosting.co.za>
In-reply-to
Content
They are essentially the same except the relative imports are changed to 
use . syntax, simplejson._speedups is changed to _json, simplejson is 
changed to json, .format strings are used, and the test suite changes 
slightly. I can add fixing that struct function and removing the #if stuff 
from the C code to that list as well.

The way I see it, the names have to change anyway, so other things might 
as well be modernized as long as it's trivial. I personally didn't make 
the call to switch from % to .format, someone else did that after I had 
originally committed simplejson to Python 2.6 trunk.
History
Date User Action Args
2009-02-28 18:32:58bob.ippolitosetrecipients: + bob.ippolito, loewis, georg.brandl, rhettinger, amaury.forgeotdarc, pitrou, ajaksu2
2009-02-28 18:32:57bob.ippolitosetmessageid: <1235845977.79.0.782492592734.issue4136@psf.upfronthosting.co.za>
2009-02-28 18:32:56bob.ippolitolinkissue4136 messages
2009-02-28 18:32:55bob.ippolitocreate