summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-07-06 05:09:03 (GMT)
committerGitHub <noreply@github.com>2017-07-06 05:09:03 (GMT)
commitb4baacee1adc06edbe30ac7574d17a8cd168e2e0 (patch)
treea01eb344f832a876239e6a7dd33806f5945206c2 /Misc/NEWS
parent1ccbad9c95cf5782a1329eeaecba6e3eb0c37cb8 (diff)
downloadcpython-b4baacee1adc06edbe30ac7574d17a8cd168e2e0.zip
cpython-b4baacee1adc06edbe30ac7574d17a8cd168e2e0.tar.gz
cpython-b4baacee1adc06edbe30ac7574d17a8cd168e2e0.tar.bz2
bpo-30814: Fixed a race condition when import a submodule from a package. (#2580)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 232fb754..2f2faff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.7.0 alpha 1?
Core and Builtins
-----------------
+- bpo-30814: Fixed a race condition when import a submodule from a package.
+
- bpo-30736: The internal unicodedata database has been upgraded to Unicode
10.0.