class decorators are just being ignored, until I know of a use case, where Jedi returns the wrong results

This commit is contained in:
David Halter
2012-09-02 14:48:27 +02:00
parent 1afdb69314
commit 1f21fadf55
3 changed files with 11 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ TODO magic methods: __mul__, __add__, etc.
TODO evaluate asserts/isinstance (type safety)
python 3 stuff:
TODO class decorators
TODO nonlocal statement, needed or can be ignored?
TODO __ instance attributes should not be visible outside of the class.