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 ddvoinikov
Recipients ddvoinikov
Date 2012-08-01.12:05:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343822731.32.0.0425809167964.issue15524@psf.upfronthosting.co.za>
In-reply-to
Content
The following line prints different things each time you run it:

python3 -c "print(', '.join({ '1': '2', '3': '4' }.keys()))"

The output is either "1, 3" or "3, 1". Is such indeterministic behavior intentional ?

Using Python 3.3.0b1 (default, Aug  1 2012, 06:09:44)
History
Date User Action Args
2012-08-01 12:05:31ddvoinikovsetrecipients: + ddvoinikov
2012-08-01 12:05:31ddvoinikovsetmessageid: <1343822731.32.0.0425809167964.issue15524@psf.upfronthosting.co.za>
2012-08-01 12:05:30ddvoinikovlinkissue15524 messages
2012-08-01 12:05:29ddvoinikovcreate