Changeset 391 for python/trunk/Lib/_MozillaCookieJar.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/_MozillaCookieJar.py
r2 r391 39 39 magic_re = "#( Netscape)? HTTP Cookie File" 40 40 header = """\ 41 42 43 41 # Netscape HTTP Cookie File 42 # http://www.netscape.com/newsref/std/cookie_spec.html 43 # This is a generated file! Do not edit. 44 44 45 45 """
Note:
See TracChangeset
for help on using the changeset viewer.