summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-10-12 20:29:09 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-10-12 20:29:09 (GMT)
commit40ab00233ef34703db57a0806294f8bc911af551 (patch)
tree37ba94974f1682894d44da9c1eae3cd88ad1a6fd
parent46180751e92bfb45dfe2c324210825db7937e5e7 (diff)
downloadcpython-40ab00233ef34703db57a0806294f8bc911af551.zip
cpython-40ab00233ef34703db57a0806294f8bc911af551.tar.gz
cpython-40ab00233ef34703db57a0806294f8bc911af551.tar.bz2
Issue #13156: Add an entry in Misc/NEWS.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2fbd70e..d27ce30 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,9 @@ What's New in Python 2.7.3?
Core and Builtins
-----------------
+- Issue #13156: Revert the patch for issue #10517 (reset TLS upon fork()),
+ which was only relevant for the native pthread TLS implementation.
+
- Issue #7732: Fix a crash on importing a module if a directory has the same
name than a Python module (e.g. "__init__.py"): don't close the file twice.