Merge branch 'master' of github.com:fluentpython/example-code-2e

This commit is contained in:
Luciano Ramalho 2021-06-09 01:08:51 -03:00
commit 828aeaec5f

View File

@ -6,7 +6,7 @@ for Scheme.
* `original/`: Norvig's `lis.py` unchanged, `lispy.py` with
[minor changes](https://github.com/norvig/pytudes/pull/106) to run on Python 3,
and the `lispytest.py` custom test suite;
and the `lispytest.py` custom test script;
* `py3.9/`: `lis.py` with type hints and a few minor edits—requires Python 3.9;
* `py3.10/`: `lis.py` with type hints, pattern matching, and minor edits—requires Python 3.10.