summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2007-05-31 15:51:35 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2007-05-31 15:51:35 (GMT)
commit7696ed7b926dd73700ff9972d7a47beb7ec13191 (patch)
tree3e1a8bcb4d276591fcb62b40e26becd0784e5958 /Include/pyport.h
parent346737fc193c9a2e7033519d9767132bc0c9312b (diff)
downloadcpython-7696ed7b926dd73700ff9972d7a47beb7ec13191.zip
cpython-7696ed7b926dd73700ff9972d7a47beb7ec13191.tar.gz
cpython-7696ed7b926dd73700ff9972d7a47beb7ec13191.tar.bz2
Change float.__str__() and complex.__str__() to return
unicode objects.
Diffstat (limited to 'Include/pyport.h')
-rw-r--r--Include/pyport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index fb57ace..92ce3ae 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -107,6 +107,7 @@ typedef Py_intptr_t Py_ssize_t;
* PyString_FromFormat
* PyErr_Format
* PyString_FromFormatV
+ * PyUnicode_FromFormatV
*
* Lower-level uses require that you interpolate the correct format modifier
* yourself (e.g., calling printf, fprintf, sprintf, PyOS_snprintf); for