From 0a6b28ae6a8a25745a61d044c299906759145689 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 16 Oct 2008 21:20:15 +0000 Subject: [PATCH] #4131: FF3 doesn't write cookies.txt files. --- Doc/library/cookielib.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/library/cookielib.rst b/Doc/library/cookielib.rst index bf166f660e63..022ac13aab9a 100644 --- a/Doc/library/cookielib.rst +++ b/Doc/library/cookielib.rst @@ -322,6 +322,11 @@ http://wwwsearch.sf.net/ClientCookie/. Mozilla ``cookies.txt`` file format (which is also used by the Lynx and Netscape browsers). + .. note:: + + Version 3 of the Firefox web browser no longer writes cookies in the + ``cookies.txt`` file format. + .. note:: This loses information about RFC 2965 cookies, and also about newer or -- 2.47.3