[issue5144] PySys_SetArgv has wrong documentation

2009-02-05 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

Thanks, added docs in r69289.

--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5144
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5144] PySys_SetArgv has wrong documentation

2009-02-03 Thread jan matejek

New submission from jan matejek jmate...@suse.cz:

documentation for PySys_SetArgv states that the function sets sys.argv,
but fails to mention that it also resolves script's path and prepends it
to sys.path. Or, in case no script was specified, it prepends empty
string (which in versions 2.6 allowed relative imports from cwd)

--
assignee: georg.brandl
components: Documentation
messages: 81067
nosy: georg.brandl, matejcik
severity: normal
status: open
title: PySys_SetArgv has wrong documentation

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5144
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com