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: Duplicate tests in email test suite
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: barry, ezio.melotti, l0nwlf, r.david.murray
Priority: normal Keywords: patch

Created on 2010-04-20 17:58 by l0nwlf, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_email.patch l0nwlf, 2010-04-20 17:58 Patch to remove duplicity in email test-suite
Messages (2)
msg103739 - (view) Author: Shashwat Anand (l0nwlf) Date: 2010-04-20 17:58
In trunk/Lib/email/test/test_email.py, test_default_cte() is repeated twice, one being the subset of other. Attached patch resolve the duplicity.
msg103953 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2010-04-22 11:32
Fixed in r80350 (trunk), r80352 (release26-maint), r80353 (py3k) and r80354 (release31-maint), thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:00adminsetgithub: 52720
2010-04-22 11:32:44ezio.melottisetstatus: open -> closed
priority: normal

versions: + Python 2.6
nosy: + ezio.melotti

messages: + msg103953
resolution: fixed
stage: resolved
2010-04-20 17:58:38l0nwlfcreate