Skip to content

Commit

Permalink
Update todo.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
scnerd committed May 5, 2018
1 parent ce1ecab commit 0b47d78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/todo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ TODO List
.. todo:: Replace custom stack implementation with ``collections.ChainMap``
.. todo:: Implement decorator to eliminate unused lines of code (assignments to unused values)
.. todo:: Technically, ``x += y`` doesn't have to be the same thing as ``x = x + y``. Handle it as its own operation of the form ``x += y; return x``
.. todo:: Support efficiently inlining simple functions, i.e. where there is no return or only one return as the last line of the function, using pure name substitution without loops, try/except, or anything else fancy

.. todolist::
.. todolist::

0 comments on commit 0b47d78

Please sign in to comment.