summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-10-31 18:06:07 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-10-31 18:06:07 (GMT)
commit275c848736f1c15efc15b84ced315218ac639899 (patch)
tree24711a1bba751953e8b819623bff0bcae08888ce /Misc
parentd1f2cb37a2d1cc7b098abf6bc403fb5d43128051 (diff)
parent64085e306495769161dc278c5c61490dc767e598 (diff)
downloadcpython-275c848736f1c15efc15b84ced315218ac639899.zip
cpython-275c848736f1c15efc15b84ced315218ac639899.tar.gz
cpython-275c848736f1c15efc15b84ced315218ac639899.tar.bz2
merge heads
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 bd6cd80..44f5864 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,8 @@ Core and Builtins
- Issue #15368: An issue that caused bytecode generation to be
non-deterministic when using randomized hashing (-R) has been fixed.
+- Issue #16369: Global PyTypeObjects not initialized with PyType_Ready(...).
+
- Issue #15020: The program name used to search for Python's path is now
"python3" under Unix, not "python".