removed old todos

This commit is contained in:
David Halter
2012-08-06 11:47:39 +02:00
parent 384c3a5b77
commit 55b6d5b598
2 changed files with 1 additions and 4 deletions

View File

@@ -15,10 +15,6 @@ TODO annotations ? how ? type evaluation and return?
TODO nonlocal statement TODO nonlocal statement
TODO getattr / __getattr__ / __getattribute__ ? TODO getattr / __getattr__ / __getattribute__ ?
TODO descriptors (also for classes, for instances it should work)
TODO @staticmethod @classmethod (implement descriptors, builtins are done)
TODO variable assignments in classes (see test/completion/classes @230) +1
""" """
from _compatibility import next, property, hasattr from _compatibility import next, property, hasattr
import sys import sys

View File

@@ -76,6 +76,7 @@ def func(a_param):
# should not be int # should not be int
#? [] #? []
a_param. a_param.
# ----------------- # -----------------
# class # class
# ----------------- # -----------------