diff options
author | Brett Cannon <brett@python.org> | 2012-04-22 06:08:59 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-04-22 06:08:59 (GMT) |
commit | ce9bb9eaa057dbac9950baf3008e9e17c1390468 (patch) | |
tree | 815e15f1bfd91a7da202f03c984469a37d8a2bff | |
parent | 5e65f66eb13d454c1e1d2342000e75dac2000c1a (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |