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 eric.araujo
Recipients eric.araujo, ronaldoussoren
Date 2010-02-16.04:47:25
SpamBayes Score 0.0047766035
Marked as misclassified No
Message-id <1266295647.58.0.296678045711.issue7908@psf.upfronthosting.co.za>
In-reply-to
Content
Hello

Some removals are unfinished, e.g.

-        if platform not in ['mac']:
+        if platform not in []:

→ remove the test and dedent the suite;

-        if platform not in ['mac', 'win32']:
+        if platform not in ['win32']:

→ if platform != 'win32':

Regards
History
Date User Action Args
2010-02-16 04:47:27eric.araujosetrecipients: + eric.araujo, ronaldoussoren
2010-02-16 04:47:27eric.araujosetmessageid: <1266295647.58.0.296678045711.issue7908@psf.upfronthosting.co.za>
2010-02-16 04:47:25eric.araujolinkissue7908 messages
2010-02-16 04:47:25eric.araujocreate