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 etuardu
Recipients etuardu, terry.reedy
Date 2011-09-28.16:52:43
SpamBayes Score 0.03140871
Marked as misclassified No
Message-id <1317228764.65.0.103860889081.issue13039@psf.upfronthosting.co.za>
In-reply-to
Content
Note that this does not affect just pasted code, you can reproduce it typing on a new line three greater-than signs plus a space, and then trying to use backspace. One might want to legitimately do that in a module docstring, e.g.:

"""This module provides this:
>>> foo()
True
"""
History
Date User Action Args
2011-09-28 16:52:44etuardusetrecipients: + etuardu, terry.reedy
2011-09-28 16:52:44etuardusetmessageid: <1317228764.65.0.103860889081.issue13039@psf.upfronthosting.co.za>
2011-09-28 16:52:43etuardulinkissue13039 messages
2011-09-28 16:52:43etuarducreate