diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-02-11 20:47:49 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-02-11 20:47:49 (GMT) |
commit | 691680644351924a4c5d0bee445e52b1d7e0cf97 (patch) | |
tree | a6b499eb3bc5b45019558832a35e95a70b531908 /Misc | |
parent | dafdd7f8caf8e5fa4cceaade2c7e8c0076085dad (diff) | |
download | cpython-691680644351924a4c5d0bee445e52b1d7e0cf97.zip cpython-691680644351924a4c5d0bee445e52b1d7e0cf97.tar.gz cpython-691680644351924a4c5d0bee445e52b1d7e0cf97.tar.bz2 |
Issue #11135: Remove redundant doc field from PyType_Spec.
Reviewed by Georg Brandl.
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 #11135: Remove redundant doc field from PyType_Spec. + - Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI. |