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 exarkun
Recipients andreypopp, eric.araujo, exarkun, ods, pitrou, pje, r.david.murray, riffm
Date 2011-01-20.13:14:21
SpamBayes Score 1.3857957e-07
Marked as misclassified No
Message-id <1295529264.67.0.533573923426.issue10935@psf.upfronthosting.co.za>
In-reply-to
Content
> Phillip, your argument about interfacing with code written in C doesn't work for built-in immutable types like str.

Sure it does.  Definitely-str is easier to handle in C than maybe-str-subclass.  It doesn't matter that str.__new__ gets called.  Other things might get called too, with who-knows-what side-effects.

wsgi is right to demand str and only str and exactly str.
History
Date User Action Args
2011-01-20 13:14:24exarkunsetrecipients: + exarkun, pje, ods, pitrou, eric.araujo, r.david.murray, riffm, andreypopp
2011-01-20 13:14:24exarkunsetmessageid: <1295529264.67.0.533573923426.issue10935@psf.upfronthosting.co.za>
2011-01-20 13:14:21exarkunlinkissue10935 messages
2011-01-20 13:14:21exarkuncreate