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 serhiy.storchaka
Recipients serhiy.storchaka, vajrasky
Date 2013-12-15.13:40:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387114825.81.0.193960517938.issue19985@psf.upfronthosting.co.za>
In-reply-to
Content
I think that error message in 2.7 is correct. "String" means both str and unicode.

As for 3.x, agree, it should be corrected. But I prefer "str or bytes" or "string or bytes object".
History
Date User Action Args
2013-12-15 13:40:25serhiy.storchakasetrecipients: + serhiy.storchaka, vajrasky
2013-12-15 13:40:25serhiy.storchakasetmessageid: <1387114825.81.0.193960517938.issue19985@psf.upfronthosting.co.za>
2013-12-15 13:40:25serhiy.storchakalinkissue19985 messages
2013-12-15 13:40:25serhiy.storchakacreate