Message77881
Running pydoc [ pydoc <modulename> ] on a python module using Tkinter
displayed the window defined in the module - not what I was
expecting.. Running pydoc on
from os import remove
sFile='tmp.tmp'
remove(sFile)
will remove the file tmp.tmp, if it exists.
If this behaviour is intentional ( as it appears to be, see
imp.load_module ) & presumably integral to the operation of pydoc, then
it might be worth providing a warning on the web page (
http://docs.python.org/library/pydoc.html ) ??
Running a code with default arguments in an arbitrary directory could
potentially produce unwanted side effects, at the very least..
Regards ,
Jim_C |
|
Date |
User |
Action |
Args |
2008-12-15 21:27:14 | Jim_C | set | recipients:
+ Jim_C |
2008-12-15 21:27:14 | Jim_C | set | messageid: <1229376434.19.0.800052631244.issue4671@psf.upfronthosting.co.za> |
2008-12-15 21:26:07 | Jim_C | link | issue4671 messages |
2008-12-15 21:26:06 | Jim_C | create | |
|