diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-02-11 20:50:24 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-02-11 20:50:24 (GMT) |
commit | cc7e23ac15a895770c93fde6145da61570f34e68 (patch) | |
tree | ce7cd3bab5f690b4ec5d5856a18f5f796fa3b8a4 /Misc/NEWS | |
parent | 691680644351924a4c5d0bee445e52b1d7e0cf97 (diff) | |
download | cpython-cc7e23ac15a895770c93fde6145da61570f34e68.zip cpython-cc7e23ac15a895770c93fde6145da61570f34e68.tar.gz cpython-cc7e23ac15a895770c93fde6145da61570f34e68.tar.bz2 |
Issue #11134: Add missing fields to typeslots.h.
Reviewed by Georg Brandl.
Diffstat (limited to 'Misc/NEWS')
-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 #11134: Add missing fields to typeslots.h. + - Issue #11135: Remove redundant doc field from PyType_Spec. - Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check |