diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-02-04 19:09:02 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-02-04 19:09:02 (GMT) |
commit | d77520a426769a2d255433750822040830554658 (patch) | |
tree | 8c45f735e3ba342f1d26f061ea3bbe9becf7c35d /Misc | |
parent | 4b0c24a3aeb9f58e4fc91b813f90b55df8c5fc0e (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ------- |