A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2012-January/115420.html below:

[Python-Dev] Compiling 2.7.2 on OS/2

[Python-Dev] Compiling 2.7.2 on OS/2 [Python-Dev] Compiling 2.7.2 on OS/2Steven D'Aprano steve at pearwood.info
Mon Jan 9 11:02:57 CET 2012
Victor Stinner wrote:
>> -        if os.name in ('nt', 'os2'):
>> +        if os.name in ('nt'):
> 
> This change is wrong: it should be os.name == 'nt'.

Or possibly os.name in ('nt', ) (note the comma).


-- 
Steven

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4