Skip to content

Commit

Permalink
doc: add todo page
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Apr 12, 2016
1 parent 6c39bfe commit f5741fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Table Of Contents
api
peephole
changelog
todo


See also
Expand Down
6 changes: 6 additions & 0 deletions doc/todo.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
TODO list
=========

* Add stack effect: use ``opcode.stack_effect(opcode)``
* Add instruction constants/enums? ex:
``bytecode.instructions.LOAD_CONST("text", lineno=3)``

0 comments on commit f5741fd

Please sign in to comment.