[issue18464] Typo in the name of function in test__encoded_words.py

Vajrasky Kok report at bugs.python.org
Mon Jul 15 17:30:39 CEST 2013


New submission from Vajrasky Kok:

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):

----------
components: Tests
messages: 193111
nosy: r.david.murray, vajrasky
priority: normal
severity: normal
status: open
title: Typo in the name of function in test__encoded_words.py
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18464>
_______________________________________


More information about the Python-bugs-list mailing list