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.

classification
Title: Port email module's test_email_codecs.py to Python 3
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: michael.henry, python-dev, r.david.murray
Priority: normal Keywords: patch

Created on 2011-03-15 15:07 by michael.henry, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
port-test_email_codecs.py.patch michael.henry, 2011-03-15 15:07 Patch to port test_email_codecs.py for Python 3 review
Messages (2)
msg130980 - (view) Author: Michael Henry (michael.henry) * Date: 2011-03-15 15:07
test_email_codecs.py in the email module should be ported to Python 3.

The attached patch ports test_email_codecs.py and hooks it into the email test
suite.
msg130992 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-03-15 16:25
New changeset 013a1cd673fc by R David Murray in branch '3.2':
#11554: reactivate test_email_codecs, and make it pass.
http://hg.python.org/cpython/rev/013a1cd673fc

New changeset a6390ebff835 by R David Murray in branch 'default':
Merge #11554 test_email_codecs activation from 3.2.
http://hg.python.org/cpython/rev/a6390ebff835
History
Date User Action Args
2022-04-11 14:57:14adminsetgithub: 55763
2011-03-15 16:27:51r.david.murraysetstatus: open -> closed
resolution: fixed
stage: resolved
2011-03-15 16:25:15python-devsetnosy: + python-dev
messages: + msg130992
2011-03-15 15:07:49michael.henrycreate