[New-bugs-announce] [issue1023] [PATCH] Unicode fixes in floatobject and moduleobject

Ero Carrera report at bugs.python.org
Sat Aug 25 20:16:27 CEST 2007


New submission from Ero Carrera:

Removed calls to  _PyUnicode_AsDefaultEncodedString and replaced them
wit PyUnicode_AsString.
Also removed calls to PyString_* and replaced them by the equivalent
PyUnicode_*

----------
files: floatobject_moduleobject_pystring.patch
messages: 55291
nosy: ero.carrera
severity: normal
status: open
title: [PATCH] Unicode fixes in floatobject and moduleobject
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1023>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: floatobject_moduleobject_pystring.patch
Type: application/octet-stream
Size: 3735 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20070825/261c66b6/attachment.obj 


More information about the New-bugs-announce mailing list