diff options
-rw-r--r-- | Doc/library/cookielib.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/cookielib.rst b/Doc/library/cookielib.rst index bf166f660e..022ac13aab 100644 --- a/Doc/library/cookielib.rst +++ b/Doc/library/cookielib.rst @@ -324,6 +324,11 @@ http://wwwsearch.sf.net/ClientCookie/. .. 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 non-standard cookie-attributes such as ``port``. |