| commit | bd53809ee7776287370d4219eec8f8d1dccae49d | [log] [tgz] |
|---|---|---|
| author | R David Murray <rdmurray@bitdance.com> | Sat Mar 17 15:11:59 2012 -0400 |
| committer | R David Murray <rdmurray@bitdance.com> | Sat Mar 17 15:11:59 2012 -0400 |
| tree | 5ad9e4e7390692f98c2bff0f18bbc1126dd041a4 | |
| parent | 87b7cdea965049760ddc5af03fe157e81bedd633 [diff] [blame] |
#14344: fixed the repr of email.policy objects.
diff --git a/Misc/NEWS b/Misc/NEWS index 4c6a5c2..93fb4bd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -30,6 +30,8 @@ Library ------- +- Issue #14344: fixed the repr of email.policy objects. + - Issue #11686: Added missing entries to email package __all__ lists (mostly the new Bytes classes).