> - if os.name in ('nt', 'os2'):
> + if os.name in ('nt'):This change is wrong: it should be os.name == 'nt'. Victor _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
