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 prudvibt81
Recipients paul.moore, prudvibt81, steve.dower, tim.golden, zach.ware
Date 2017-02-14.09:37:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487065042.77.0.486779152347.issue29552@psf.upfronthosting.co.za>
In-reply-to
Content
Also observed that ID of the values are pointing same, its ok.
But if some one later modified that values which causes the un-usual output.

>>> id(result['1'])
38121184
>>> id(result['2'])
38121184
History
Date User Action Args
2017-02-14 09:37:22prudvibt81setrecipients: + prudvibt81, paul.moore, tim.golden, zach.ware, steve.dower
2017-02-14 09:37:22prudvibt81setmessageid: <1487065042.77.0.486779152347.issue29552@psf.upfronthosting.co.za>
2017-02-14 09:37:22prudvibt81linkissue29552 messages
2017-02-14 09:37:22prudvibt81create