File creation, polluted name space?

Josiah Carlson jcarlson at nospam.uci.edu
Sun Feb 15 10:57:11 EST 2004


> 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



More information about the Python-list mailing list