summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2018-05-22 19:17:39 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2018-05-23 00:18:12 -0400
commit807f66e8271fb85def63486be55f23fef1e15ffd (patch)
tree64a862a61de58712bbff844ccf384b7802e93f24 /doc
parent7b4856a6f89978f3cbad5fe9668ebc3486a1a57b (diff)
downloadpycurl-807f66e8271fb85def63486be55f23fef1e15ffd.tar.gz
Add OPT_COOKIELIST for consistency with other OPT_ prefixed options.
Refs #308
Diffstat (limited to 'doc')
-rw-r--r--doc/docstrings/curl_setopt.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/docstrings/curl_setopt.rst b/doc/docstrings/curl_setopt.rst
index 1ed6eac..5fcbb1e 100644
--- a/doc/docstrings/curl_setopt.rst
+++ b/doc/docstrings/curl_setopt.rst
@@ -20,6 +20,7 @@ The following are exceptions to option constant naming convention:
- ``CURLOPT_FILETIME`` is mapped as ``pycurl.OPT_FILETIME``
- ``CURLOPT_CERTINFO`` is mapped as ``pycurl.OPT_CERTINFO``
- ``CURLOPT_COOKIELIST`` is mapped as ``pycurl.COOKIELIST``
+ and, as of PycURL 7.43.0.2, also as ``pycurl.OPT_COOKIELIST``.
*value* specifies the value to set the option to. Different options accept
values of different types: