Skip to content

Commit 4fb544c

Browse files
committed
Mark proxy support as supported from 0.4.0.
1 parent 0b22cb0 commit 4fb544c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

github2/client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ def __init__(self, username=None, api_token=None, debug=False,
2020
The ``requests_per_second`` parameter
2121
.. versionadded:: 0.3.0
2222
The ``cache`` and ``access_token`` parameters
23+
.. versionadded:: 0.4.0
24+
The ``proxy_host`` and ``proxy_port`` parameters
2325
2426
:param str username: your own GitHub username.
2527
:param str api_token: can be found at https://github.com/account
@@ -34,7 +36,7 @@ def __init__(self, username=None, api_token=None, debug=False,
3436
:param str cache: a directory for caching GitHub responses.
3537
:param str proxy_host: the hostname for the HTTP proxy, if needed.
3638
:param str proxy_port: the hostname for the HTTP proxy, if needed (will
37-
default to 8080 if a proxy_host is set and no port is set.
39+
default to 8080 if a proxy_host is set and no port is set).
3840
"""
3941

4042
self.debug = debug

0 commit comments

Comments
 (0)