Kaydet (Commit) 87a1564f authored tarafından Georg Brandl's avatar Georg Brandl

#5147: revert accidental indentation of header constant for MozillaCookieJar.

üst 241bdab7
......@@ -1974,9 +1974,9 @@ class MozillaCookieJar(FileCookieJar):
"""
magic_re = re.compile("#( Netscape)? HTTP Cookie File")
header = """\
# Netscape HTTP Cookie File
# http://www.netscape.com/newsref/std/cookie_spec.html
# This is a generated file! Do not edit.
# Netscape HTTP Cookie File
# http://www.netscape.com/newsref/std/cookie_spec.html
# This is a generated file! Do not edit.
"""
......
......@@ -15,6 +15,9 @@ Core and Builtins
Library
-------
- Issue #5147: Fix the header generated for cookie files written by
http.cookiejar.MozillaCookieJar.
- Issue #8198: In pydoc, output all help text to the correct stream
when sys.stdout is reassigned.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment