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 pitrou
Recipients ezio.melotti, pitrou, rhettinger, serhiy.storchaka, ztane
Date 2013-08-06.21:25:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375824349.62.0.711607520812.issue18290@psf.upfronthosting.co.za>
In-reply-to
Content
On the one hand, supporting JSONP is a valid request for the json module. On the other hand, according to Wikipedia, "There have been some criticisms raised about JSONP. Cross-origin resource sharing (CORS) is a more recent method of getting data from a server in a different domain, which addresses some of those criticisms". Therefore, supporting JSONP might not really be worth it.
History
Date User Action Args
2013-08-06 21:25:49pitrousetrecipients: + pitrou, rhettinger, ezio.melotti, serhiy.storchaka, ztane
2013-08-06 21:25:49pitrousetmessageid: <1375824349.62.0.711607520812.issue18290@psf.upfronthosting.co.za>
2013-08-06 21:25:49pitroulinkissue18290 messages
2013-08-06 21:25:49pitroucreate