New submission from Daniel Stutzbach <dan...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue5546>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to