Skip to content

IceCream v1.3.1

Compare
Choose a tag to compare
@gruns gruns released this 06 Jun 22:10
· 223 commits to master since this release
  • 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).