From 5b2961199c5991a41e684fb15b7f83d45f10e2d7 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 27 Jul 2016 14:59:24 +0000 Subject: Document adding splitvalue to urllib_parse --- documentation/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/index.rst b/documentation/index.rst index 18e8342..0fa0063 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -717,6 +717,7 @@ and :mod:`py2:urllib`: * :func:`py2:urllib.quote_plus` * :func:`py2:urllib.splittag` * :func:`py2:urllib.splituser` +* :func:`py2:urllib.splitvalue` * :func:`py2:urllib.unquote` * :func:`py2:urllib.unquote_plus` * :func:`py2:urllib.urlencode` -- cgit v1.2.1