=========================
New functionality (0)
---------------------
The ycecream.json file may now also contain shorthand names,
like p for prefix.
New functionality (1)
---------------------
The attribute compact now has a shorthand name: c
So,
y(d, compact=True)
is equivalent to
y(d, c=1)
Changes in install ycecream.py (0)
----------------------------------
install ycecream.py will now also copy ycecream.json to site-packages, if present.
Older versions of Python support (0)
------------------------------------
Ycecream now runs also under Python 2.7.
The implementation required a lot of changes, most notably phasing out pathlib, f-strings,
some syntax incompatibilities and function signatures.
Under Python 2.7, the compact and sort_dicts attributes are ignored as the 2.7 version of
pprint.pformat (which is imported) does not support these parameters.
Also, the test script needed a lot of changes to be compatible with Python 2.7 and Python 3.x
Under Python 2.7, the scripts
install ycecream.py
and
install ycecream from github.py
require pathlib to be installed.
It is most likely that ycecream will run under Python 3.4 and 3.5, but that has not been tested (yet).