summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMarc-Andre Lemburg <mal@egenix.com>2012-04-24 23:36:48 (GMT)
committerMarc-Andre Lemburg <mal@egenix.com>2012-04-24 23:36:48 (GMT)
commit2945e78b05b8629969764842f73a845c1cbb2fb9 (patch)
tree968c259c2d1cdc2610bd4397b5d2469f3599bce1 /Misc/NEWS
parenta5798ded26e3ad67946b7d8150a8e13b0075fbf8 (diff)
downloadcpython-2945e78b05b8629969764842f73a845c1cbb2fb9.zip
cpython-2945e78b05b8629969764842f73a845c1cbb2fb9.tar.gz
cpython-2945e78b05b8629969764842f73a845c1cbb2fb9.tar.bz2
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b8e28c1..d6a44e2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,7 +84,7 @@ Library
which send EOF without trailing \r\n.
- Issue #14605: Add importlib.abc.FileLoader, importlib.machinery.(FileFinder,
- SourceFileLoader, _SourcelessFileLoader, ExtensionFileLoader).
+ SourceFileLoader, SourcelessFileLoader, ExtensionFileLoader).
- Issue #13959: imp.cache_from_source()/source_from_cache() now follow
os.path.join()/split() semantics for path manipulation instead of its prior,