[issue7574] PyUnicode_FromFormat broken and not documented for 2.x

2014-09-30 Thread STINNER Victor
STINNER Victor added the comment: Ok, let's close the issue. -- nosy: +haypo status: open -> closed ___ Python tracker ___ ___ Python-b

[issue7574] PyUnicode_FromFormat broken and not documented for 2.x

2014-09-30 Thread Mark Lawrence
Mark Lawrence added the comment: With Stage "resolved" and Resolution "duplicate" surely this can be closed? -- nosy: +BreamoreBoy ___ Python tracker ___ _

[issue7574] PyUnicode_FromFormat broken and not documented for 2.x

2011-01-31 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Documentation part of this issue will be addressed in #10435. -- nosy: +belopolsky resolution: -> duplicate stage: needs patch -> committed/rejected superseder: -> PyUnicode_FromFormat segfault ___ Python tra

[issue7574] PyUnicode_FromFormat broken and not documented for 2.x

2010-08-05 Thread Ray.Allen
Ray.Allen added the comment: It seems there is pretty much problems in PyUnicode_FromFormatV(). see issue7330. -- nosy: +ysj.ray ___ Python tracker ___ __

[issue7574] PyUnicode_FromFormat broken and not documented for 2.x

2010-08-04 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: georg.brandl -> lemburg nosy: +lemburg ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue7574] PyUnicode_FromFormat broken and not documented for 2.x

2009-12-24 Thread Ezio Melotti
Changes by Ezio Melotti : -- components: +Unicode nosy: +ezio.melotti priority: -> normal ___ Python tracker ___ ___ Python-bugs-list

[issue7574] PyUnicode_FromFormat broken and not documented for 2.x

2009-12-24 Thread Ronald Oussoren
New submission from Ronald Oussoren : Include/unicodeobject.h includes prototypes for PyUnicode_FromFormat and PyUnicode_FromFormatV in both 2.6 and 2.7, but those functions are not included in the documention. And worse, the implementation contains bugs: the %R format code tries to include t