"""
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.
"""
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.