[issue8848] Remove "U" and "U#" formats of Py_BuildValue()

STINNER Victor report at bugs.python.org
Sat May 29 04:39:33 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Less extreme patch: set 'U' as an alias to 's' (and 'U#' as an alias to 's#'). Replace usage of 'U' by 's'.

Note: 'z' is also an alias to 's', and 'z#' an alias to 's#'.

----------
keywords: +patch
Added file: http://bugs.python.org/file17491/py_buildvalue_removeU.patch

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


More information about the Python-bugs-list mailing list