diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-17 06:00:19 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-11-17 06:00:19 -0800 |
| commit | c2fabed4dceb33c655a498583841769aa78bebbf (patch) | |
| tree | 2522f12ac9fc2b9c32a455df7cce6c56976b5c91 | |
| parent | 087dc33696b81235468e80b93ee7eee510d40d8e (diff) | |
| download | pyramid-c2fabed4dceb33c655a498583841769aa78bebbf.tar.gz pyramid-c2fabed4dceb33c655a498583841769aa78bebbf.tar.bz2 pyramid-c2fabed4dceb33c655a498583841769aa78bebbf.zip | |
Remove urllib.parse shims
| -rw-r--r-- | docs/api/compat.rst | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/api/compat.rst b/docs/api/compat.rst index 25b81addc..d8a4d0cbb 100644 --- a/docs/api/compat.rst +++ b/docs/api/compat.rst @@ -29,36 +29,3 @@ systems which require compatibility imports. .. autofunction:: text_ .. autofunction:: native_ - - .. attribute:: urlparse - - ``urllib.parse`` - - .. attribute:: url_quote - - ``urllib.parse.quote`` - - .. attribute:: url_quote_plus - - ``urllib.parse.quote_plus`` - - .. attribute:: url_unquote - - ``urllib.parse.unquote`` - - .. attribute:: url_encode - - ``urllib.parse.urlencode`` - - .. attribute:: url_open - - ``urllib.request.urlopen`` - - .. function:: url_unquote_text(v, encoding='utf-8', errors='replace') - - Return the result of ``urllib.parse.unquote``. - - .. function:: url_unquote_native(v, encoding='utf-8', errors='replace') - - Return the result of ``urllib.parse.unquote``. - |
