]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1006219: let inspect.getsource show '@' decorators and add tests for
authorJohannes Gijsbers <jlg@dds.nl>
Wed, 18 Aug 2004 12:40:31 +0000 (12:40 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Wed, 18 Aug 2004 12:40:31 +0000 (12:40 +0000)
commitc473c99d16b43544fffcc8a33fbc61c95061b088
tree9f05451df2a4531c993aca7e793a2ff9f2338a32
parent318a12eb0129bd75754cb3cc68076cc3b737074f
Patch #1006219: let inspect.getsource show '@' decorators and add tests for
this (which are rather ugly, but it'll have to do until test_inspect gets a
major overhaul and a conversion to unittest). Thanks Simon Percivall!
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS