]> granicus.if.org Git - python/commitdiff
Mention the backwards-incompatible change to imp.cache_from_source()/source_from_cache().
authorBrett Cannon <brett@python.org>
Sun, 22 Apr 2012 06:08:59 +0000 (02:08 -0400)
committerBrett Cannon <brett@python.org>
Sun, 22 Apr 2012 06:08:59 +0000 (02:08 -0400)
Misc/NEWS

index 120b57fc27685d72a9da700322311205266d18ad..732cd9b9117c1eede312fac6936cb0a009cf1939 100644 (file)
--- 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