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 eric.araujo, eric.smith, ezio.melotti, francisco.freire, francismb, ncoghlan, terry.reedy
Date 2013-08-13.09:50:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376387443.47.0.601488357601.issue14019@psf.upfronthosting.co.za>
In-reply-to
Content
I left a review on rietveld.

FWIW I think string_tests and related files should undergo a (major?) refactoring.  I worked with them a few times and it's a bit of a mess with all those base classes and mixins.  I also found some tests that weren't running because they were accidentally overridden by one of the subclasses, or other tests that were duplicated.  This is especially true on Python 3, where bytes and str share a smaller subset of features.
History
Date User Action Args
2013-08-13 09:50:43ezio.melottisetrecipients: + ezio.melotti, terry.reedy, ncoghlan, eric.smith, eric.araujo, francismb, francisco.freire
2013-08-13 09:50:43ezio.melottisetmessageid: <1376387443.47.0.601488357601.issue14019@psf.upfronthosting.co.za>
2013-08-13 09:50:43ezio.melottilinkissue14019 messages
2013-08-13 09:50:43ezio.melotticreate