commit | c8a77d339478e9d67c966a0d0def7e69e372fb1c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue May 09 11:53:16 2017 +0200 |
committer | GitHub <noreply@github.com> | Tue May 09 11:53:16 2017 +0200 |
tree | 1f84d98c1b6b1ae5c462773b88939e56c60f1bb7 | |
parent | 4e7457b85316e6591a4f0c3a4d0807bfdf7a2bea [diff] |
Fix SyntaxWarning on importing test_inspect (#1512) Fix the following warning when test_inspect.py is compiled to test_inspect.pyc: test_inspect.py:505: SyntaxWarning: tuple parameter unpacking has been removed in 3.x def spam_deref(a, b, c, d=3, (e, (f,))=(4, (5,)), *g, **h): Replace also test.test_support import with test.support.