diff --git a/TODO.rst b/TODO.rst index 1f5cdb1..92572cb 100644 --- a/TODO.rst +++ b/TODO.rst @@ -64,3 +64,10 @@ funcutils # """ # def __init__(self, name, code, doc=None): # pass + + +urlutils +-------- + +* improve usage of ``encoding`` arg (in parse_qsl for example) +* normalize unicode on input?