summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-04-22 06:08:59 (GMT)
committerBrett Cannon <brett@python.org>2012-04-22 06:08:59 (GMT)
commitce9bb9eaa057dbac9950baf3008e9e17c1390468 (patch)
tree815e15f1bfd91a7da202f03c984469a37d8a2bff
parent5e65f66eb13d454c1e1d2342000e75dac2000c1a (diff)
downloadcpython-ce9bb9eaa057dbac9950baf3008e9e17c1390468.zip
cpython-ce9bb9eaa057dbac9950baf3008e9e17c1390468.tar.gz
cpython-ce9bb9eaa057dbac9950baf3008e9e17c1390468.tar.bz2
Mention the backwards-incompatible change to imp.cache_from_source()/source_from_cache().
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 120b57f..732cd9b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,11 @@ Core and Builtins
Library
-------
+- Issue #13959: imp.cache_from_source()/source_from_cache() now follow
+ os.path.join()/split() semantics for path manipulation instead of its prior,
+ custom semantics of caring the right-most path separator forward in path
+ joining.
+
- Issue #2193: Allow ":" character in Cookie NAME values.
- Issue #14629: tokenizer.detect_encoding will specify the filename in the