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 ezio.melotti
Recipients amaury.forgeotdarc, ezio.melotti, jaraco, meador.inge
Date 2012-01-16.06:00:51
SpamBayes Score 0.0011271617
Marked as misclassified No
Message-id <1326693652.59.0.646557535654.issue13665@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch.
I found a similar instance that says "unicode string or integer address expected instead of %s instance", but it's inside an "if (!PyUnicode_Check(value)) {}" so it should be ok ("unicode string" could be replaced to 'str' though).
History
Date User Action Args
2012-01-16 06:00:52ezio.melottisetrecipients: + ezio.melotti, amaury.forgeotdarc, jaraco, meador.inge
2012-01-16 06:00:52ezio.melottisetmessageid: <1326693652.59.0.646557535654.issue13665@psf.upfronthosting.co.za>
2012-01-16 06:00:51ezio.melottilinkissue13665 messages
2012-01-16 06:00:51ezio.melotticreate