This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients larry, serhiy.storchaka
Date 2012-09-21.15:47:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348242429.94.0.662282558141.issue15999@psf.upfronthosting.co.za>
In-reply-to
Content
Issue14705 added 'bool' format character to PyArg_ParseTuple for using it for parsing multiple boolean arguments in os module. The proposed patch uses this format character for other boolean arguments. This makes the sources simpler, clearer and more reliable, improves error messages, gets rid of a few rare errors.
History
Date User Action Args
2012-09-21 15:47:10serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2012-09-21 15:47:09serhiy.storchakasetmessageid: <1348242429.94.0.662282558141.issue15999@psf.upfronthosting.co.za>
2012-09-21 15:47:09serhiy.storchakalinkissue15999 messages
2012-09-21 15:47:08serhiy.storchakacreate