Message6649

Author dturanski
Recipients dturanski
Date 2011-09-22.13:17:20
SpamBayes Score 2.2819968e-10
Marked as misclassified No
Message-id <1316697441.41.0.956918679195.issue1798@psf.upfronthosting.co.za>
In-reply-to
Content
I am not a python programmer, but this seems like a bug.

I would expect consistent behavior. As demonstrated by the test other languages support this. The test fails even if I explicitly reference the variable as in:

Python 2.6.6 (r266:84292, Sep 15 2010, 16:22:56) 
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> x=7
>>> x
7
History
Date User Action Args
2011-09-22 13:17:21dturanskisetrecipients: + dturanski
2011-09-22 13:17:21dturanskisetmessageid: <1316697441.41.0.956918679195.issue1798@psf.upfronthosting.co.za>
2011-09-22 13:17:21dturanskilinkissue1798 messages
2011-09-22 13:17:20dturanskicreate