[issue21818] cookielib documentation references Cookie module, not cookielib.Cookie class

Angus Taggart report at bugs.python.org
Sat Jun 21 01:28:08 CEST 2014


New submission from Angus Taggart:

all the links to Cookie class in the cookielib documentation point to Cookie module.


for example:

CookieJar.set_cookie(cookie)

    Set a *Cookie*, without checking with policy to see whether or not it should be set.


cookie in the documentation links to
https://docs.python.org/2/library/cookie.html#module-Cookie

cookie in the documentation should link to
https://docs.python.org/2/library/cookielib.html#cookielib.Cookie

----------
assignee: docs at python
components: Documentation
messages: 221133
nosy: Ajtag, docs at python
priority: normal
severity: normal
status: open
title: cookielib documentation references Cookie module, not cookielib.Cookie class
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21818>
_______________________________________


More information about the Python-bugs-list mailing list