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 python-dev
Recipients chris.jerdonek, docs@python, eric.araujo, ezio.melotti, georg.brandl, ncoghlan, python-dev, sandro.tosi, taschini, terry.reedy
Date 2012-10-03.08:23:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XWqxk2qfBzNn8@mail.python.org>
In-reply-to
Content
New changeset d93a59a0a984 by Nick Coghlan in branch '3.3':
Issue #12947: Better workaround for the problem with doctest directives being stripped from code examples that are intended to illustrate those directives
http://hg.python.org/cpython/rev/d93a59a0a984

New changeset 26200f535296 by Nick Coghlan in branch 'default':
Merge #12947 workaround from 3.3
http://hg.python.org/cpython/rev/26200f535296
History
Date User Action Args
2012-10-03 08:23:39python-devsetrecipients: + python-dev, georg.brandl, terry.reedy, ncoghlan, ezio.melotti, eric.araujo, sandro.tosi, chris.jerdonek, docs@python, taschini
2012-10-03 08:23:39python-devlinkissue12947 messages
2012-10-03 08:23:38python-devcreate