[issue3177] Add shutil.open

Chris Rebert report at bugs.python.org
Mon Apr 23 13:30:44 CEST 2012


Chris Rebert <pybugs at rebertia.com> added the comment:

> # or os.name == 'mac' ???

Nope, that refers to retro Mac OS 9 (and probably lower). Mac OS X is 'posix' for os.name purposes.

----------

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


More information about the Python-bugs-list mailing list