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 ezio.melotti, georg.brandl, nnorwitz, serhiy.storchaka, zach.ware
Date 2013-11-16.21:05:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384635905.84.0.886944161292.issue19587@psf.upfronthosting.co.za>
In-reply-to
Content
I said this elsewhere but I'll repeat it here.
I think the whole string_tests could/should be reorganized (and possibly documented).  There are lot of classes and mixins on several files, and more than once I found tests that were accidentally not run or had other problems.  This got worse after Python 3, where bytes and strings share even less code.  Reorganizing this should make things easier to follow and will probably solve issues like this.  This of course is a bigger project than simply fixing these methods, so it should probably be addressed in a separate issue.
History
Date User Action Args
2013-11-16 21:05:05ezio.melottisetrecipients: + ezio.melotti, nnorwitz, georg.brandl, zach.ware, serhiy.storchaka
2013-11-16 21:05:05ezio.melottisetmessageid: <1384635905.84.0.886944161292.issue19587@psf.upfronthosting.co.za>
2013-11-16 21:05:05ezio.melottilinkissue19587 messages
2013-11-16 21:05:05ezio.melotticreate