summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-10-16 21:20:15 +0000
committerGeorg Brandl <georg@python.org>2008-10-16 21:20:15 +0000
commit0a6b28ae6a8a25745a61d044c299906759145689 (patch)
tree12f518b5acae8dd4f70871c77de70d99364b58c3
parent595e3cbb3db46124abcbf605bbe8d5784a69213e (diff)
downloadcpython-git-0a6b28ae6a8a25745a61d044c299906759145689.tar.gz
#4131: FF3 doesn't write cookies.txt files.
-rw-r--r--Doc/library/cookielib.rst5
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``.