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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1023>
__________________________________

Attachment: floatobject_moduleobject_pystring.patch
Description: Binary data

_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to