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 SilentGhost
Recipients Robert.w, SilentGhost
Date 2014-06-01.18:04:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401645865.31.0.021228204022.issue21631@psf.upfronthosting.co.za>
In-reply-to
Content
Robert, could you please post a reduced code that generates the bug. Preferably, a interpreter output. Including information about your python version, OS, etc. For example:

Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> elements = [{'type': 2, 'data': {'elements': ['83H', '0FAH', '9AH', '27H', '81H', '49H', '0CEH', '11H']}}]
>>> for i in elements:
...  print(i)
...
{'data': {'elements': ['83H', '0FAH', '9AH', '27H', '81H', '49H', '0CEH', '11H']}, 'type': 2}

As you see from my example, I wasn't able to reproduce the issue you're reporting.
History
Date User Action Args
2014-06-01 18:04:25SilentGhostsetrecipients: + SilentGhost, Robert.w
2014-06-01 18:04:25SilentGhostsetmessageid: <1401645865.31.0.021228204022.issue21631@psf.upfronthosting.co.za>
2014-06-01 18:04:25SilentGhostlinkissue21631 messages
2014-06-01 18:04:24SilentGhostcreate