summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-02-04 19:09:02 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-02-04 19:09:02 (GMT)
commitd77520a426769a2d255433750822040830554658 (patch)
tree8c45f735e3ba342f1d26f061ea3bbe9becf7c35d /Misc
parent4b0c24a3aeb9f58e4fc91b813f90b55df8c5fc0e (diff)
downloadcpython-d77520a426769a2d255433750822040830554658.zip
cpython-d77520a426769a2d255433750822040830554658.tar.gz
cpython-d77520a426769a2d255433750822040830554658.tar.bz2
Issue #11118: Fix bogus export of None in python3.dll.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 44a71d8..5df056d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.2?
Core and Builtins
-----------------
+- Issue #11118: Fix bogus export of None in python3.dll.
+
Library
-------