diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-04-18 15:19:00 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-04-18 15:19:00 (GMT) |
commit | 6e3358a1d59acfd9507cd9a7b4513319b99d21ab (patch) | |
tree | ed3540fd785e50d4aba3337e3b410f00d5917194 /Misc | |
parent | eca851815d654c6e6ef50fe0b38b9e9c6076ceea (diff) | |
parent | e42fb307edbdc8bb98fa5d43646cbbe33f307501 (diff) | |
download | cpython-6e3358a1d59acfd9507cd9a7b4513319b99d21ab.zip cpython-6e3358a1d59acfd9507cd9a7b4513319b99d21ab.tar.gz cpython-6e3358a1d59acfd9507cd9a7b4513319b99d21ab.tar.bz2 |
merge 3.2 (#14612)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ Core and Builtins object for importlib.util.module_for_loader and importlib.machinery.PathFinder. +- Issue #14612: Fix jumping around with blocks by setting f_lineno. + - Issue #14592: Attempting a relative import w/o __package__ or __name__ set in globals raises a KeyError. |