commit | 86a36b500a7f7581194382ce4df914e4bb487873 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Nov 25 18:56:07 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Nov 25 18:56:07 2011 +0100 |
tree | 0d83f90f9a14d40d3559ae188c203e9c8941c6db | |
parent | 0e86a5842d0fadff37c299e8a1c03535c6727b19 [diff] [blame] |
PEP 3155 / issue #13448: Qualified name for classes and functions.
diff --git a/Lib/test/test_dis.py b/Lib/test/test_dis.py index 4b0b02a..be38007 100644 --- a/Lib/test/test_dis.py +++ b/Lib/test/test_dis.py
@@ -339,6 +339,7 @@ Constants: 0: None 1: <code object f at (.*), file "(.*)", line (.*)> + 2: 'tricky.<locals>.f' Variable names: 0: x 1: y