[Python-checkins] cpython: Mention the backwards-incompatible change to

brett.cannon python-checkins at python.org
Sun Apr 22 08:09:04 CEST 2012


http://hg.python.org/cpython/rev/4a12e8d32ac6
changeset:   76468:4a12e8d32ac6
user:        Brett Cannon <brett at python.org>
date:        Sun Apr 22 02:08:59 2012 -0400
summary:
  Mention the backwards-incompatible change to imp.cache_from_source()/source_from_cache().

files:
  Misc/NEWS |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,11 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list