diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2013-12-11 05:16:41 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2013-12-11 05:16:41 (GMT) |
commit | b282b3d804165d704130fabf0f609d5dd46c1ed2 (patch) | |
tree | 99d46706ace4b5596f64302170e52b066c484463 /Misc | |
parent | 85cce1eac7a130412e7673208494f30c04bf4b33 (diff) | |
download | cpython-b282b3d804165d704130fabf0f609d5dd46c1ed2.zip cpython-b282b3d804165d704130fabf0f609d5dd46c1ed2.tar.gz cpython-b282b3d804165d704130fabf0f609d5dd46c1ed2.tar.bz2 |
Issue #18864: Add a setter for ModuleSpec.has_location.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -105,6 +105,8 @@ Library - Issue #19698: Removed exec_module() methods from importlib.machinery.BuiltinImporter and ExtensionFileLoader. +- Issue #18864: Added a setter for ModuleSpec.has_location. + - Fixed _pickle.Unpickler to not fail when loading empty strings as persistent IDs. |