summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-02-05 20:35:29 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-02-05 20:35:29 (GMT)
commit738236dbd62aab5f0cf27f9ba0f2de3cb65802d2 (patch)
treeb531bab8d3e4272e931f74297c988f9b26f71f9e /Misc
parent9b142aaae8581cc436c5a822bfac57e1687f6743 (diff)
downloadcpython-738236dbd62aab5f0cf27f9ba0f2de3cb65802d2.zip
cpython-738236dbd62aab5f0cf27f9ba0f2de3cb65802d2.tar.gz
cpython-738236dbd62aab5f0cf27f9ba0f2de3cb65802d2.tar.bz2
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
in the limited ABI
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 94b6964..7dbbcbb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2?
Core and Builtins
-----------------
+- Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
+ in the limited ABI.
+
- Issue #11118: Fix bogus export of None in python3.dll.
Library