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.

classification
Title: Replace dead URL with link to mirror
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, jeroen-vangoey, loewis, python-dev
Priority: normal Keywords: patch

Created on 2013-12-18 18:52 by jeroen-vangoey, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
_MozillaCookieJar.diff jeroen-vangoey, 2013-12-18 18:52 for Python 2.7
cookiejar.diff jeroen-vangoey, 2013-12-18 18:53 for Python 3.3
Messages (3)
msg206549 - (view) Author: Jeroen Van Goey (jeroen-vangoey) * Date: 2013-12-18 18:52
The header of a cookie file generated by _MozillaCookieJar.py contains a link to the spec: http://www.netscape.com/newsref/std/cookie_spec.html

This URL no longer exists (redirects to the AOL homepage). Attached patch replaces the link with a mirror where the original text is hosted.
msg206550 - (view) Author: Jeroen Van Goey (jeroen-vangoey) * Date: 2013-12-18 18:53
Added patch file for Python 3.3
msg206553 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-12-18 21:37
New changeset 656a40666937 by Benjamin Peterson in branch '3.3':
update url to spec (closes #20018)
http://hg.python.org/cpython/rev/656a40666937

New changeset c0dc1400866a by Benjamin Peterson in branch '2.7':
update url to spec (closes #20018)
http://hg.python.org/cpython/rev/c0dc1400866a

New changeset 5f5e1d408c0c by Benjamin Peterson in branch 'default':
merge 3.3 (#20018)
http://hg.python.org/cpython/rev/5f5e1d408c0c
History
Date User Action Args
2022-04-11 14:57:55adminsetgithub: 64217
2013-12-18 21:37:19python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg206553

resolution: fixed
stage: resolved
2013-12-18 18:53:25jeroen-vangoeysetfiles: + cookiejar.diff

messages: + msg206550
2013-12-18 18:52:35jeroen-vangoeycreate