[issue2230] Document PyArg_Parse* behavior on failed conversion

2008-03-03 Thread Georg Brandl
Georg Brandl added the comment: Committed in r61226, thank you! -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2230] Document PyArg_Parse* behavior on failed conversion

2008-03-03 Thread Benjamin Peterson
Changes by Benjamin Peterson: -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue2230] Document PyArg_Parse* behavior on failed conversion

2008-03-03 Thread Alexander Belopolsky
Changes by Alexander Belopolsky: -- components: +Documentation severity: normal -> minor type: -> feature request versions: +Python 2.3, Python 2.4, Python 2.5, Python 2.6, Python 3.0 __ Tracker <[EMAIL PROTECTED]>

[issue2230] Document PyArg_Parse* behavior on failed conversion

2008-03-03 Thread Alexander Belopolsky
New submission from Alexander Belopolsky: Much of existing code relies on PyArg_Parse* leaving C variables unmodified when conversion failed. Attached patch documents that behavior. -- files: doc-arg.diff keywords: patch messages: 63243 nosy: belopolsky severity: normal status: open t