summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-03-17 19:11:59 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-03-17 19:11:59 (GMT)
commitbd53809ee7776287370d4219eec8f8d1dccae49d (patch)
tree5ad9e4e7390692f98c2bff0f18bbc1126dd041a4 /Misc
parent87b7cdea965049760ddc5af03fe157e81bedd633 (diff)
downloadcpython-bd53809ee7776287370d4219eec8f8d1dccae49d.zip
cpython-bd53809ee7776287370d4219eec8f8d1dccae49d.tar.gz
cpython-bd53809ee7776287370d4219eec8f8d1dccae49d.tar.bz2
#14344: fixed the repr of email.policy objects.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4c6a5c2..93fb4bd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,8 @@ Core and Builtins
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).