adding a couple urlutils todos

This commit is contained in:
Mahmoud Hashemi 2017-03-20 18:15:03 -07:00
parent 56c7f2ec8e
commit 383ae813b9
1 changed files with 7 additions and 0 deletions

View File

@ -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?