diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-07-06 05:09:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-06 05:09:03 (GMT) |
commit | b4baacee1adc06edbe30ac7574d17a8cd168e2e0 (patch) | |
tree | a01eb344f832a876239e6a7dd33806f5945206c2 /Misc/NEWS | |
parent | 1ccbad9c95cf5782a1329eeaecba6e3eb0c37cb8 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |