summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-06-01 11:33:33 (GMT)
committerGeorg Brandl <georg@python.org>2007-06-01 11:33:33 (GMT)
commita5ea68905a6ad2486827de35a49e2f25da4a8ee8 (patch)
treee3b30245c1bdbf37885e820843ed64c2dc976a75 /Misc/NEWS
parent4a700bb4698c1ec7f94b26f78f866929b013647f (diff)
downloadcpython-a5ea68905a6ad2486827de35a49e2f25da4a8ee8.zip
cpython-a5ea68905a6ad2486827de35a49e2f25da4a8ee8.tar.gz
cpython-a5ea68905a6ad2486827de35a49e2f25da4a8ee8.tar.bz2
Bug #1722484: remove docstrings again when running with -OO.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 33c45ca..ade26da 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 1?
Core and builtins
-----------------
+- Bug #1722484: remove docstrings again when running with -OO.
+
- Add new attribute names for function objects. All the func_* become
__*__ attributes. (Some already existed, e.g., __doc__ and __name__.)