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 wfatp
Recipients ezio.melotti, wfatp
Date 2013-07-10.01:23:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373419405.01.0.836433940062.issue18419@psf.upfronthosting.co.za>
In-reply-to
Content
I realized my mistake too late. It should have been

if sys.version_info[0]==2:

On the other hand

if sys.version_info==2:

while syntactically correct wasn't semantically correct.

My apologies for wasting your time and for my stupidity.
History
Date User Action Args
2013-07-10 01:23:25wfatpsetrecipients: + wfatp, ezio.melotti
2013-07-10 01:23:25wfatpsetmessageid: <1373419405.01.0.836433940062.issue18419@psf.upfronthosting.co.za>
2013-07-10 01:23:24wfatplinkissue18419 messages
2013-07-10 01:23:24wfatpcreate