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 ncoghlan
Recipients amaury.forgeotdarc, brandjon, chris.jerdonek, dontknow, elsdoerfer, ezberch, georg.brandl, ncoghlan, python-dev, r.david.murray, rutsky
Date 2012-06-11.13:16:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339420605.57.0.249887966876.issue13857@psf.upfronthosting.co.za>
In-reply-to
Content
Ezra (and anyone interested) may want to take a look at the checked in version to see some of the changes I made while preparing the patch for commit.

- name changes and slight restructure as discussed on the review
- splitlines() invocation changed as discussed above
- doc examples changed to doctest style
- tests reworked to use a parameterised style (taking the easy way out of just failing on the first broken case, since there aren't that many cases and the test is quick to run)
- default predicate reworked to round trip with textwrap.dedent
History
Date User Action Args
2012-06-11 13:16:45ncoghlansetrecipients: + ncoghlan, georg.brandl, amaury.forgeotdarc, r.david.murray, chris.jerdonek, elsdoerfer, rutsky, python-dev, dontknow, brandjon, ezberch
2012-06-11 13:16:45ncoghlansetmessageid: <1339420605.57.0.249887966876.issue13857@psf.upfronthosting.co.za>
2012-06-11 13:16:45ncoghlanlinkissue13857 messages
2012-06-11 13:16:43ncoghlancreate