pganti / micheles

Automatically exported from code.google.com/p/micheles
0 stars 0 forks source link

decorator: Test failure with Python 3.4 #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
decorator 3.4.0 fails 1 test with Python 3.4.
(All tests pass with Python 2.6, 2.7, 3.2 and 3.3.)

$ PYTHONPATH="build/lib" python3.4 documentation3.py
**********************************************************************
File "documentation3.py", line 122, in __main__
Failed example:
    print(getargspec(f1))
Expected:
    ArgSpec(args=[], varargs='args', keywords='kw', defaults=None)
Got:
    ArgSpec(args=['x'], varargs=None, keywords=None, defaults=None)
**********************************************************************
1 items had failures:
   1 of  68 in __main__
***Test Failed*** 1 failures.

Original issue reported on code.google.com by Arfrever...@gmail.com on 18 Feb 2014 at 12:05

GoogleCodeExporter commented 8 years ago
I cannot reproduce this problem

Original comment by michele....@gmail.com on 16 Mar 2015 at 11:30