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

2010-06-07 Thread STINNER Victor
STINNER Victor added the comment: Commited to py3k (r81807), blocked in 3.1 (r81808). -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

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

2010-06-07 Thread Walter Dörwald
Walter Dörwald added the comment: Yes, I think you should apply the patch. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

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

2010-06-06 Thread STINNER Victor
STINNER Victor 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 __

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

2010-06-02 Thread Walter Dörwald
Walter Dörwald 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 : -- title: Remove "U" and "U#" formats of Py_BuildValue() -> Deprecate or remove "U" and "U#" formats of Py_BuildValue() ___ Python tracker ___ ___