This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stutzbach
Recipients georg.brandl, stutzbach
Date 2009-03-23.21:38:13
SpamBayes Score 0.00111088
Marked as misclassified No
Message-id <1237844316.22.0.714323414222.issue5546@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2009-03-23 21:38:37stutzbachsetrecipients: + stutzbach, georg.brandl
2009-03-23 21:38:36stutzbachsetmessageid: <1237844316.22.0.714323414222.issue5546@psf.upfronthosting.co.za>
2009-03-23 21:38:14stutzbachlinkissue5546 messages
2009-03-23 21:38:13stutzbachcreate