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 chris.jerdonek
Recipients chris.jerdonek, docs@python, eric.araujo, ezio.melotti, ncoghlan, terry.reedy
Date 2012-11-25.17:22:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353864122.65.0.31775494776.issue16209@psf.upfronthosting.co.za>
In-reply-to
Content
> The simpler approach Chris has taken here (i.e. just leaving the string methods separate from the class definition) also works.

Yes, though I mentioned nesting the string methods beneath the class entry in the original post for this issue, I figured we could start smaller and do this in more manageable steps.  We can do the bigger change (in the sense of being a bigger diff) of indenting as part of a second issue/patch.
History
Date User Action Args
2012-11-25 17:22:02chris.jerdoneksetrecipients: + chris.jerdonek, terry.reedy, ncoghlan, ezio.melotti, eric.araujo, docs@python
2012-11-25 17:22:02chris.jerdoneksetmessageid: <1353864122.65.0.31775494776.issue16209@psf.upfronthosting.co.za>
2012-11-25 17:22:02chris.jerdoneklinkissue16209 messages
2012-11-25 17:22:02chris.jerdonekcreate