From ce9bb9eaa057dbac9950baf3008e9e17c1390468 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 22 Apr 2012 02:08:59 -0400 Subject: [PATCH] Mention the backwards-incompatible change to imp.cache_from_source()/source_from_cache(). --- Misc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 120b57fc276..732cd9b9117 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