[issue7908] remove leftover macos9 support code

Éric Araujo report at bugs.python.org
Sun Mar 20 14:29:12 CET 2011


Éric Araujo <merwok at netwok.org> added the comment:

I’ve just noticed this problem:

    --- a/Misc/BeOS-setup.py
    +++ b/Misc/BeOS-setup.py
    @@ -356,7 +356,7 @@ class PyBuildExt(build_ext):
                                        libraries = dblib) )
     
             # Unix-only modules
    -        if platform not in ['mac', 'win32']:
    +        if platform == 'win32':

The logic is reversed.  Shall I fix it in all affected branches?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7908>
_______________________________________


More information about the Python-bugs-list mailing list