diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2015-05-16 03:54:59 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2015-05-16 03:54:59 (GMT) |
commit | 183a941bc148533a299c39123e7d6fe33c655c36 (patch) | |
tree | f8bb69a80e851056d6cff3c34723f97606392e41 /Misc | |
parent | 188c18d48fe28232a972bc4ff7821de164e625bf (diff) | |
download | cpython-183a941bc148533a299c39123e7d6fe33c655c36.zip cpython-183a941bc148533a299c39123e7d6fe33c655c36.tar.gz cpython-183a941bc148533a299c39123e7d6fe33c655c36.tar.bz2 |
Issue #24192: Fix namespace package imports.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |