Commit ce9bb9ea authored by Brett Cannon's avatar Brett Cannon

Mention the backwards-incompatible change to imp.cache_from_source()/source_from_cache().

parent 5e65f66e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment