[issue8993] Small typo in docs for PySys_SetArgv

2010-06-14 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r81984. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue8993] Small typo in docs for PySys_SetArgv

2010-06-13 Thread flashk
New submission from flashk : The docs for PySys_SetArgv say: "This function works like PySys_SetArgv() with updatepath set to 1." I believe it should be "PySys_SetArgvEx". I've attached a patch. -- assignee: d...@python components: Documentation files: init.rst.patch keywords: patch m