icecream v2.0.0 Release Notes
Release Date: 2019-10-26 // over 5 years ago-
- โ Added : Support for Python 3.8.
- โ Removed : Support for Python 3.4.
- ๐ Changed : Switched core AST parsing engine to Alex Hall's executing
(https://github.com/alexmojaki/executing). Huge thank you to Alex Hall. - ๐ Changed : Whitespace in arguments is no longer collapsed. Indentation in
multiline arguments is now preserved.
Previous changes from v1.3.1
-
- โ Removed: Support for Python 3.3, which reached EOL on 2017-09-29.
- ๐ Fixed: ic() invocations that fail to find or access source code (e.g. eval(),
๐จ exec(), python -i, etc) now print an error message instead of throwing an
IOError (Python 2) or OSError (Python 3).