mirror of
https://github.com/python/cpython.git
synced 2025-10-26 19:24:34 +00:00
Éric pointed out that given that the default was documented as None, someone would reasonably pass that to get the default behavior. In fixing the code to use None, I noticed that the change to _charset was being done after it had already been passed to MIMENonMultipart. The change to the test verifies that the order is now correct. |
||
|---|---|---|
| .. | ||
| data | ||
| __init__.py | ||
| __main__.py | ||
| test_asian_codecs.py | ||
| test_email.py | ||
| test_generator.py | ||
| test_policy.py | ||
| test_utils.py | ||
| torture_test.py | ||