summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2013-12-11 05:16:41 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2013-12-11 05:16:41 (GMT)
commitb282b3d804165d704130fabf0f609d5dd46c1ed2 (patch)
tree99d46706ace4b5596f64302170e52b066c484463 /Misc
parent85cce1eac7a130412e7673208494f30c04bf4b33 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3ef4b14..edafe29 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.