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 mark.dickinson
Recipients eric.smith, georg.brandl, mark.dickinson, terry.reedy
Date 2010-08-06.19:55:35
SpamBayes Score 0.0048681977
Marked as misclassified No
Message-id <1281124537.18.0.712320367463.issue9418@psf.upfronthosting.co.za>
In-reply-to
Content
The idea seems fine to me.  Hiding the _string module in Objects/unicodeobject.c is a little odd, though:  why not a new Modules/_string.c file?

Is the _string module only used by the string module?
History
Date User Action Args
2010-08-06 19:55:37mark.dickinsonsetrecipients: + mark.dickinson, georg.brandl, terry.reedy, eric.smith
2010-08-06 19:55:37mark.dickinsonsetmessageid: <1281124537.18.0.712320367463.issue9418@psf.upfronthosting.co.za>
2010-08-06 19:55:35mark.dickinsonlinkissue9418 messages
2010-08-06 19:55:35mark.dickinsoncreate