summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2015-05-16 03:54:59 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2015-05-16 03:54:59 (GMT)
commit183a941bc148533a299c39123e7d6fe33c655c36 (patch)
treef8bb69a80e851056d6cff3c34723f97606392e41 /Misc
parent188c18d48fe28232a972bc4ff7821de164e625bf (diff)
downloadcpython-183a941bc148533a299c39123e7d6fe33c655c36.zip
cpython-183a941bc148533a299c39123e7d6fe33c655c36.tar.gz
cpython-183a941bc148533a299c39123e7d6fe33c655c36.tar.bz2
Issue #24192: Fix namespace package imports.
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 8414ea8..5e8ba22 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,8 @@ Core and Builtins
- Issue #23911: Move path-based importlib bootstrap code to a separate
frozen module.
+- Issue #24192: Fix namespace package imports.
+
- Issue #24022: Fix tokenizer crash when processing undecodable source code.
- Issue #9951: Added a hex() method to bytes, bytearray, and memoryview.