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 lemburg
Recipients eric.araujo, fredericaltorres, lemburg, numerodix
Date 2013-10-16.20:49:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381956579.2.0.408764626038.issue8964@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks good, except one nit:

if 'IronPython' in sys_version

is probably not supported in IronPython 2.0, since support for "n-char in m-char" tests were added after Python 2.1.

Now, you can either leave this in and remove the IronPython 2.0 support from platform.py (which is fine, IMO), or change the test to use the .find() method.
History
Date User Action Args
2013-10-16 20:49:39lemburgsetrecipients: + lemburg, eric.araujo, fredericaltorres, numerodix
2013-10-16 20:49:39lemburgsetmessageid: <1381956579.2.0.408764626038.issue8964@psf.upfronthosting.co.za>
2013-10-16 20:49:39lemburglinkissue8964 messages
2013-10-16 20:49:39lemburgcreate