File creation, polluted name space?
Josiah Carlson
jcarlson at nospam.uci.edu
Sun Feb 15 10:57:11 EST 2004
More information about the Python-list mailing list
Sun Feb 15 10:57:11 EST 2004
- Previous message (by thread): File creation, polluted name space?
- Next message (by thread): File creation, polluted name space?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Does anyone know what's going on? Yes > Is the name space being polluted? Yes Try: help(open) import os help(os.open) Note the different arguments and help output. - Josiah
- Previous message (by thread): File creation, polluted name space?
- Next message (by thread): File creation, polluted name space?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list