clean up TODO

This commit is contained in:
Mahmoud Hashemi 2017-05-01 12:49:47 -07:00
parent 14208cf6e3
commit 8ec56cd1bf
1 changed files with 0 additions and 23 deletions

View File

@ -1,15 +1,6 @@
TODO
====
- dummy context manager
- dummy file
- urlutils
cacheutils
----------
- counting dictionary (with sys.modules example)
dictutils
---------
@ -32,8 +23,6 @@ misc?
everything callable, with a hook. Needs an enable/disable flag.
- get/set/call/return/exception
- __slots__
- Tracking proxy. An object that always succeeds for all operations, saving the call history.
- Top/Bottom singletons (greater than and less than everything)
@ -54,18 +43,6 @@ statsutils
- dirty bit auto clears cache on property access
- geometric mean (2 ** sum(log(a, b, ...))
funcutils
---------
#class FunctionDef(object):
# """
# general blocker: accept a bunch of fine-grained arguments, or just
# accept a whole ArgSpec? or a whole signature?
# """
# def __init__(self, name, code, doc=None):
# pass
urlutils
--------