Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b88fcf

Browse files
committed
Issue #14987: Add a missing import statement
1 parent 361baad commit 2b88fcf

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Lib/inspect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
import sys
3939
import tokenize
4040
import types
41+
import warnings
4142
from operator import attrgetter
4243
from collections import namedtuple
4344

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ What's New in Python 3.3.0 Beta 1?
1010
Library
1111
-------
1212

13+
- Issue #14987: Add a missing import statement to inspect.
14+
1315
- Issue #1079: email.header.decode_header now correctly parses all the examples
1416
in RFC2047. There is a necessary visible behavior change: the leading and/or
1517
trailing whitespace on ASCII parts is now preserved.

0 commit comments

Comments
 (0)