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 orsenthil, pitrou, rhettinger
Date 2014-09-21.00:00:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411257621.62.0.393475107312.issue22450@psf.upfronthosting.co.za>
In-reply-to
Content
Can you explain how the result is incorrect?

>>> f = urllib.request.urlopen('http://graph.facebook.com/raymondh')
>>> json.loads(f.read().decode())
{'link': 'https://www.facebook.com/raymondh', 'id': '562805507', 'last_name': 'Hettinger', 'gender': 'male', 'first_name': 'Raymond', 'name': 'Raymond Hettinger', 'locale': 'en_US', 'username': 'raymondh'}
History
Date User Action Args
2014-09-21 00:00:21pitrousetrecipients: + pitrou, rhettinger, orsenthil
2014-09-21 00:00:21pitrousetmessageid: <1411257621.62.0.393475107312.issue22450@psf.upfronthosting.co.za>
2014-09-21 00:00:21pitroulinkissue22450 messages
2014-09-21 00:00:21pitroucreate