diff options
author | Christian Heimes <christian@cheimes.de> | 2008-02-23 15:01:06 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-02-23 15:01:06 (GMT) |
commit | 09aaa88328a5083469b2682230c7f3c62942afab (patch) | |
tree | 5574f715c55f9287b78af484989160d11821fef3 /Misc | |
parent | 90c3d9b99563abebbd0737c711be1c9313c1547b (diff) | |
download | cpython-09aaa88328a5083469b2682230c7f3c62942afab.zip cpython-09aaa88328a5083469b2682230c7f3c62942afab.tar.gz cpython-09aaa88328a5083469b2682230c7f3c62942afab.tar.bz2 |
Patch from Georg Brandl: Fix co_lineno of decorated function and class objects. If you see an error in test_inspect please delete all pyc files.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -363,6 +363,8 @@ Core and Builtins Library ------- +- inspect.getsource() includes the decorators again. + - Issue #1916. Added isgenerator() and isgeneratorfunction() to inspect.py. - #1224: Fixed bad url parsing when path begins with double slash. |