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 Victor Liu
Recipients Victor Liu
Date 2016-12-29.03:58:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482983904.15.0.0148999643172.issue29101@psf.upfronthosting.co.za>
In-reply-to
Content
I would expect bug.py to output:
foo
bar
baz

but instead we observe:
baz
baz
baz

Replicated on Windows 10 Home Edition, Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (Intel)]
History
Date User Action Args
2016-12-29 03:58:24Victor Liusetrecipients: + Victor Liu
2016-12-29 03:58:24Victor Liusetmessageid: <1482983904.15.0.0148999643172.issue29101@psf.upfronthosting.co.za>
2016-12-29 03:58:23Victor Liulinkissue29101 messages
2016-12-29 03:58:23Victor Liucreate