Message3366

Author baoilleach
Recipients baoilleach
Date 2008-07-30.13:53:12
SpamBayes Score 9.0807574e-05
Marked as misclassified No
Message-id <1217425993.63.0.596381397855.issue1086@psf.upfronthosting.co.za>
In-reply-to
Content
If you run test.py (attached) on Windows, it gives the following result
under Jy2.2 and Py2.5:
['', 'test string', '']

but a different result under Jy2.5a:
['\r', 'test string\r', '']

test.py was created using IDLE on Windows, and each line has standard
Windows line endings.
History
Date User Action Args
2008-07-30 13:53:13baoilleachsetrecipients: + baoilleach
2008-07-30 13:53:13baoilleachsetmessageid: <1217425993.63.0.596381397855.issue1086@psf.upfronthosting.co.za>
2008-07-30 13:53:13baoilleachlinkissue1086 messages
2008-07-30 13:53:12baoilleachcreate