diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2014-03-23 12:42:28 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2014-03-23 12:42:28 (GMT) |
commit | 3e952d56ea1c50294cf3445dac5dc6a8ad27fbbe (patch) | |
tree | 28356da015a906f229852d5271b1e65d5e8dd400 /Misc | |
parent | 56d3a03f706b54be307f7627db6d881eb851d2b1 (diff) | |
download | cpython-3e952d56ea1c50294cf3445dac5dc6a8ad27fbbe.zip cpython-3e952d56ea1c50294cf3445dac5dc6a8ad27fbbe.tar.gz cpython-3e952d56ea1c50294cf3445dac5dc6a8ad27fbbe.tar.bz2 |
Issue #20633: Replace relative import by absolute import.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Core and Builtins Library ------- +- Issue #20633: Replace relative import by absolute import. + - Issue #20875: Prevent possible gzip "'read' is not defined" NameError. Patch by Claudiu Popa. |