summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-09-30 11:06:47 (GMT)
committerGeorg Brandl <georg@python.org>2006-09-30 11:06:47 (GMT)
commit154324a8c3bcdde62acff8272388948e3d75cb51 (patch)
treecd225ad869f45e491842154f14d45f011c450020 /Misc
parent05b3c450a811b93bd915ea0931b04e2679557390 (diff)
downloadcpython-154324a8c3bcdde62acff8272388948e3d75cb51.zip
cpython-154324a8c3bcdde62acff8272388948e3d75cb51.tar.gz
cpython-154324a8c3bcdde62acff8272388948e3d75cb51.tar.bz2
Bug #1560617: in pyclbr, return full module name not only for classes,
but also for functions.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0c673f4..d63ffb2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,9 @@ Core and builtins
Library
-------
+- Bug #1560617: in pyclbr, return full module name not only for classes,
+ but also for functions.
+
- Bug #1457823: cgi.(Sv)FormContentDict's constructor now takes
keep_blank_values and strict_parsing keyword arguments.