This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ajtag
Recipients Ajtag, docs@python
Date 2014-06-20.23:28:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403306887.99.0.626699628104.issue21818@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-06-20 23:28:08Ajtagsetrecipients: + Ajtag, docs@python
2014-06-20 23:28:07Ajtagsetmessageid: <1403306887.99.0.626699628104.issue21818@psf.upfronthosting.co.za>
2014-06-20 23:28:07Ajtaglinkissue21818 messages
2014-06-20 23:28:07Ajtagcreate