Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361baad commit 2b88fcfCopy full SHA for 2b88fcf
2 files changed
Lib/inspect.py
@@ -38,6 +38,7 @@
38
import sys
39
import tokenize
40
import types
41
+import warnings
42
from operator import attrgetter
43
from collections import namedtuple
44
Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.3.0 Beta 1?
10
Library
11
-------
12
13
+- Issue #14987: Add a missing import statement to inspect.
14
+
15
- Issue #1079: email.header.decode_header now correctly parses all the examples
16
in RFC2047. There is a necessary visible behavior change: the leading and/or
17
trailing whitespace on ASCII parts is now preserved.
0 commit comments