[issue8848] Deprecate or remove U and U# formats of Py_BuildValue()

2010-06-07 Thread Walter Dörwald
Walter Dörwald wal...@livinglogic.de added the comment: Yes, I think you should apply the patch. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8848 ___

[issue8848] Deprecate or remove U and U# formats of Py_BuildValue()

2010-06-07 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: Commited to py3k (r81807), blocked in 3.1 (r81808). -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8848

[issue8848] Deprecate or remove U and U# formats of Py_BuildValue()

2010-06-06 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: IMHO removing 'U' should only be done once Py2 is dead. What do you mean by once Py2 is dead? Can I apply the patch in Python 3.2 now? -- ___ Python tracker rep...@bugs.python.org

[issue8848] Deprecate or remove U and U# formats of Py_BuildValue()

2010-06-02 Thread Walter Dörwald
Walter Dörwald wal...@livinglogic.de added the comment: The code for case 's'/'z' in py3k is indeed the same as for case 'U'. The patch looks good to me. IMHO removing 'U' should only be done once Py2 is dead. -- ___ Python tracker

[issue8848] Deprecate or remove U and U# formats of Py_BuildValue()

2010-05-28 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@haypocalc.com: -- title: Remove U and U# formats of Py_BuildValue() - Deprecate or remove U and U# formats of Py_BuildValue() ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8848