summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-07-29 09:33:26 (GMT)
committerGeorg Brandl <georg@python.org>2006-07-29 09:33:26 (GMT)
commitedd9b0dfb39daa18c1462665c55bc4ad3d0a0e5d (patch)
tree39405800c37f6bbd79c692a0802476fe0bcca346 /Misc
parent9fd21e31b6683e532949bbf650bb9decee4f42a4 (diff)
downloadcpython-edd9b0dfb39daa18c1462665c55bc4ad3d0a0e5d.zip
cpython-edd9b0dfb39daa18c1462665c55bc4ad3d0a0e5d.tar.gz
cpython-edd9b0dfb39daa18c1462665c55bc4ad3d0a0e5d.tar.bz2
Bug #1441397: The compiler module now recognizes module and function
docstrings correctly as it did in Python 2.4.
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 a626d87..f3e0c6e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,6 +52,9 @@ Core and builtins
Library
-------
+- Bug #1441397: The compiler module now recognizes module and function
+ docstrings correctly as it did in Python 2.4.
+
- Bug #1529297: The rewrite of doctest for Python 2.4 unintentionally
lost that tests are sorted by name before being run. This rarely
matters for well-written tests, but can create baffling symptoms if