summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-11-19 02:49:39 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-11-19 02:49:39 (GMT)
commite5b45cc5e51972dde96d418b445a89e8d9d7f149 (patch)
tree765c23a5b1a2fd6f5636769723dcb231d3339d2d /Misc
parentde0b962998af69dff474ec99b7627bcee496d48e (diff)
downloadcpython-e5b45cc5e51972dde96d418b445a89e8d9d7f149.zip
cpython-e5b45cc5e51972dde96d418b445a89e8d9d7f149.tar.gz
cpython-e5b45cc5e51972dde96d418b445a89e8d9d7f149.tar.bz2
remove unused flag (closes #16505)
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 3e48036..e3f5024 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.4.0 Alpha 1?
Core and Builtins
-----------------
+- Issue #16505: Remove unused Py_TPFLAGS_INT_SUBCLASS.
+
- Issue #16306: Fix multiple error messages when unknown command line
parameters where passed to the interpreter. Patch by Hieu Nguyen.