diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-07-05 12:03:51 -0700 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-07-05 12:03:51 -0700 |
commit | 1d87556ce5a4d8ad55b851e6e374bd4816a26eba (patch) | |
tree | 348e90f8fa16796078fdefe46710ef4822e084ae /documentation/index.rst | |
parent | 690382127514311b86c99b0a1e8a40df7e0e6f43 (diff) | |
download | six-git-1d87556ce5a4d8ad55b851e6e374bd4816a26eba.tar.gz |
add splittag mapping (fixes #81)
Diffstat (limited to 'documentation/index.rst')
-rw-r--r-- | documentation/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/index.rst b/documentation/index.rst index 45809bc..25d3495 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -617,6 +617,7 @@ and :mod:`py2:urllib`: * :func:`py2:urllib.quote` * :func:`py2:urllib.quote_plus` +* :func:`py2:urllib.splittag` * :func:`py2:urllib.splituser` * :func:`py2:urllib.unquote` * :func:`py2:urllib.unquote_plus` |