Staging
v0.8.1
Revision 02c19a6fc08dd37a3a89cf1b9800c869c338bd3c authored by Miss Islington (bot) on 24 March 2018, 21:42:28 UTC, committed by GitHub on 24 March 2018, 21:42:28 UTC

- When adding a single element to a list, use .append() instead of
  += and creating a new list.
- For consistency, import the copy module, instead of just deepcopy. This
  leaves only a module at the class level, instead of a function.
- Improve some comments.
- Improve some whitespace.
- Use tuples instead of lists.
- Simplify a test.
(cherry picked from commit f96ddade0094d162cb6c2fd7255c5e8a90b5c37d)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
1 parent 471364b
History
File Mode Size
README -rw-r--r-- 1014 bytes
beer.py -rwxr-xr-x 566 bytes
eiffel.py -rwxr-xr-x 3.8 KB
hanoi.py -rwxr-xr-x 4.5 KB
life.py -rwxr-xr-x 8.8 KB
markov.py -rwxr-xr-x 3.6 KB
mcast.py -rwxr-xr-x 2.2 KB
queens.py -rwxr-xr-x 2.2 KB
redemo.py -rwxr-xr-x 5.6 KB
rpython.py -rwxr-xr-x 778 bytes
rpythond.py -rwxr-xr-x 1.3 KB
sortvisu.py -rwxr-xr-x 19.5 KB
ss1.py -rwxr-xr-x 25.0 KB
vector.py -rwxr-xr-x 1.4 KB

README

back to top