cpython: e8cab14d8a47 (original) (raw)

Mercurial > cpython

changeset 100579:e8cab14d8a47

Issue #26583: merge from 3.5 [#26583]

Ned Deily nad@python.org
date Thu, 17 Mar 2016 17:56:42 -0400
parents 89704c124fa8(current diff)915f158633f4(diff)
children 97cd199944c3
files Misc/NEWS
diffstat 2 files changed, 4 insertions(+), 0 deletions(-)[+] [-] Lib/test/test_import/__init__.py 1 Misc/NEWS 3

line wrap: on

line diff

--- a/Lib/test/test_import/init.py +++ b/Lib/test/test_import/init.py @@ -278,6 +278,7 @@ class ImportTests(unittest.TestCase): """)) script_helper.assert_python_ok(testfn)

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -846,6 +846,9 @@ Tests