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 vajrasky
Recipients r.david.murray, vajrasky
Date 2013-07-15.15:30:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373902239.54.0.238971281643.issue18464@psf.upfronthosting.co.za>
In-reply-to
Content
There is a typo in the name of function in test__encoded_words.py.

Python 3.4, Lib/test/test_email/test__encoded_words.py, line 78:

def test_q_escpaed_bytes_preserved(self):

It is supposed to be (I guess):

def test_q_escaped_bytes_preserved(self):
History
Date User Action Args
2013-07-15 15:30:39vajraskysetrecipients: + vajrasky, r.david.murray
2013-07-15 15:30:39vajraskysetmessageid: <1373902239.54.0.238971281643.issue18464@psf.upfronthosting.co.za>
2013-07-15 15:30:39vajraskylinkissue18464 messages
2013-07-15 15:30:39vajraskycreate