[New-bugs-announce] [issue15999] Using new 'bool' format character

Serhiy Storchaka report at bugs.python.org
Fri Sep 21 17:47:09 CEST 2012


New submission from Serhiy Storchaka:

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.

----------
components: Extension Modules, Interpreter Core
files: use_bool_parsing.diff
keywords: patch
messages: 170897
nosy: larry, storchaka
priority: normal
severity: normal
status: open
title: Using new 'bool' format character
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file27244/use_bool_parsing.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15999>
_______________________________________


More information about the New-bugs-announce mailing list