commit | 7037745be72691f7d956a5873a4e925b8485c9a9 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Sep 30 11:06:55 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Sep 30 11:06:55 2006 +0000 |
tree | 4fcc3876becfaafd446a1d8f9ada36349756e0ab | |
parent | 9c9a9ab6340eb2225f57fbef6d6cf9e3da547142 [diff] [blame] |
Bug #1560617: in pyclbr, return full module name not only for classes, but also for functions. (backport from rev. 52069)
diff --git a/Misc/NEWS b/Misc/NEWS index 56e0e2b..e8a3b08 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -41,6 +41,9 @@ Library ------- +- Bug #1560617: in pyclbr, return full module name not only for classes, + but also for functions. + - Bug #1566602: correct failure of posixpath unittest when $HOME ends with a slash.