cpython: bdd6d8631994 (original) (raw)
Mercurial > cpython
changeset 69644:bdd6d8631994
#11938: merge with 3.2. [#11938]
Ezio Melotti ezio.melotti@gmail.com | |
---|---|
date | Thu, 28 Apr 2011 01:00:25 +0300 |
parents | 1cdcd1a25025(current diff)ef35dae58077(diff) |
children | 618642ba7551 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/test/test_inspect.py 2 |
line wrap: on
line diff
--- a/Lib/test/test_inspect.py +++ b/Lib/test/test_inspect.py @@ -801,7 +801,7 @@ class TestGetattrStatic(unittest.TestCas thing = Thing() self.assertEqual(inspect.getattr_static(thing, 'x'), Thing.x)