diff options
author | Georg Brandl <georg@python.org> | 2006-07-29 09:33:26 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-07-29 09:33:26 (GMT) |
commit | edd9b0dfb39daa18c1462665c55bc4ad3d0a0e5d (patch) | |
tree | 39405800c37f6bbd79c692a0802476fe0bcca346 /Misc | |
parent | 9fd21e31b6683e532949bbf650bb9decee4f42a4 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |