commit | 2b88fcf693f14d3044929a24a5a66f45107eda23 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Sat Jun 02 22:28:42 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Sat Jun 02 22:28:42 2012 -0400 |
tree | d9d8d59e1e599f48d3de5d2f63188624b05ad575 | |
parent | 361baaddcf11b3d51430491fba86a41c19d0d76f [diff] [blame] |
Issue #14987: Add a missing import statement
diff --git a/Misc/NEWS b/Misc/NEWS index 3bdff8b..b746969 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Library ------- +- Issue #14987: Add a missing import statement to inspect. + - Issue #1079: email.header.decode_header now correctly parses all the examples in RFC2047. There is a necessary visible behavior change: the leading and/or trailing whitespace on ASCII parts is now preserved.