Skip to content

Commit

Permalink
added a TODO.t
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinw committed Mar 4, 2010
1 parent 56ea209 commit 47dd7b7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions TODO
@@ -0,0 +1,11 @@
- Check for methods that override other methods except that they vary by case.
- assign/increment + unbound local error not caught
def foo():
bar = 5
def meep():
bar += 2
meep()
print bar

print foo()

0 comments on commit 47dd7b7

Please sign in to comment.