[issue5546] PyDict_SetItemString mentions PyString_FromString which does not exist
Daniel Stutzbach
report at bugs.python.org
Mon Mar 23 22:38:36 CET 2009
New submission from Daniel Stutzbach <daniel at stutzbachenterprises.com>:
The documentation for PyDict_SetItemString contains the text "The key
object is created using PyString_FromString(key)". However,
PyString_FromString has been removed in Python 3.
Perhaps it should read PyUnicode_FromString?
----------
assignee: georg.brandl
components: Documentation
messages: 84041
nosy: georg.brandl, stutzbach
severity: normal
status: open
title: PyDict_SetItemString mentions PyString_FromString which does not exist
versions: Python 3.0, Python 3.1
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5546>
_______________________________________
More information about the Python-bugs-list
mailing list