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@python
components: Documentation
messages: 221133
nosy: Ajtag, docs@python
priority: normal
severity: normal
status: open
title: cookielib documentation references Cookie module, not cookielib.Cookie 
class
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21818>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to