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 zearin
Recipients BreamoreBoy, amirouche, bob.ippolito, chris.jerdonek, eric.araujo, ezio.melotti, flox, ggenellina, mark.dickinson, r.david.murray, rhettinger, serhiy.storchaka, techtonik, zearin
Date 2013-01-29.18:59:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359485965.89.0.917838651582.issue4945@psf.upfronthosting.co.za>
In-reply-to
Content
Note: Javascript has something analogous to Python’s ``==`` and ``is``.  

In JS: 

> 0 == false
true
> 0 === false
false
> 1 == true
true
> 1 === true
false

Perhaps this discrepancy could be fixed in the JSON processing?
History
Date User Action Args
2013-01-29 18:59:26zearinsetrecipients: + zearin, rhettinger, bob.ippolito, mark.dickinson, ggenellina, techtonik, ezio.melotti, eric.araujo, r.david.murray, flox, chris.jerdonek, BreamoreBoy, amirouche, serhiy.storchaka
2013-01-29 18:59:25zearinsetmessageid: <1359485965.89.0.917838651582.issue4945@psf.upfronthosting.co.za>
2013-01-29 18:59:25zearinlinkissue4945 messages
2013-01-29 18:59:25zearincreate