[issue4131] Note that Firefox 3 does not write cookies.txt

2008-10-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed in r66936. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue4131] Note that Firefox 3 does not write cookies.txt

2008-10-15 Thread John J Lee
New submission from John J Lee <[EMAIL PROTECTED]>: Just adds a note to the cookielib documentation to point out that Firefox 3 no longer writes cookies.txt, the file format understood by cookielib.MozillaCookieJar (firefox now maintains persistent cookie state in an sqlite database). --