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 vstinner
Recipients Trundle, belopolsky, brett.cannon, cool-RR, giampaolo.rodola, gruszczy, loewis, nedbat, r.david.murray, techtonik, vstinner
Date 2011-03-07.09:18:07
SpamBayes Score 1.6032105e-05
Marked as misclassified No
Message-id <1299489488.28.0.723841680322.issue1559549@psf.upfronthosting.co.za>
In-reply-to
Content
The module name is a UTF-8 encoded string yes. It should be documented in PyModuleDef structure. I already documented the encoding in PyModule_New().
History
Date User Action Args
2011-03-07 09:18:08vstinnersetrecipients: + vstinner, loewis, brett.cannon, belopolsky, techtonik, giampaolo.rodola, nedbat, r.david.murray, Trundle, gruszczy, cool-RR
2011-03-07 09:18:08vstinnersetmessageid: <1299489488.28.0.723841680322.issue1559549@psf.upfronthosting.co.za>
2011-03-07 09:18:07vstinnerlinkissue1559549 messages
2011-03-07 09:18:07vstinnercreate