summaryrefslogtreecommitdiffstats
path: root/doc/development/compat.txt
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-08-26 12:37:42 -0500
committerSol Jerome <sol.jerome@gmail.com>2014-08-26 12:37:42 -0500
commit172c31a18cd6283523903dbd0da4ffe120914ae8 (patch)
treed81c3d5ff1db92813e1603ee1e2579154db86c6e /doc/development/compat.txt
parent8738109a1491af68f753d851938b79b467291e39 (diff)
parentd5b3c70dccd23f687c8194f6ea1807092370e586 (diff)
downloadbcfg2-172c31a18cd6283523903dbd0da4ffe120914ae8.tar.gz
bcfg2-172c31a18cd6283523903dbd0da4ffe120914ae8.tar.bz2
bcfg2-172c31a18cd6283523903dbd0da4ffe120914ae8.zip
Merge branch 'sysv-http' of https://github.com/nathanolla/bcfg2 into maint
Diffstat (limited to 'doc/development/compat.txt')
-rw-r--r--doc/development/compat.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/compat.txt b/doc/development/compat.txt
index f90274ce5..8700c46d3 100644
--- a/doc/development/compat.txt
+++ b/doc/development/compat.txt
@@ -60,6 +60,8 @@ behavior (e.g., :func:`input`) do not cause unexpected side-effects.
+---------------------------------+--------------------------------------------------+---------------------------------------------------------+
| urlparse | :func:`urlparse.urlparse` | :func:`urllib.parse.urlparse` |
+---------------------------------+--------------------------------------------------+---------------------------------------------------------+
+| urlretrieve | :func:`urllib.urlretrieve` | :func:`urllib.request.urlretrieve` |
++---------------------------------+--------------------------------------------------+---------------------------------------------------------+
| HTTPBasicAuthHandler | :class:`urllib2.HTTPBasicAuthHandler` | :class:`urllib.request.HTTPBasicAuthHandler` |
+---------------------------------+--------------------------------------------------+---------------------------------------------------------+
| HTTPPasswordMgrWithDefaultRealm | :class:`urllib2.HTTPPasswordMgrWithDefaultRealm` | :class:`urllib.request.HTTPPasswordMgrWithDefaultRealm` |