mirror of
https://github.com/python/cpython.git
synced 2025-10-27 00:36:52 +00:00
Opportunistically also fixed one or two places where '<> None' should be 'is not None' and where 'type(x) <> y' should be 'not isinstance(x, y)'. |
||
|---|---|---|
| .. | ||
| data | ||
| __init__.py | ||
| test_email.py | ||
| test_email_codecs.py | ||
| test_email_codecs_renamed.py | ||
| test_email_renamed.py | ||
| test_email_torture.py | ||