Purpose of delayload in cookielib.FileCookieJar?

rrenaud at gmail.com rrenaud at gmail.com
Mon Jul 9 20:36:47 EDT 2007


What is the reason for delayload=False in the FileCookieJar.__init__
function?  It doesn't seem to be used in any of the code that ships
with python2.4, and it seems to directly contradict the comment
following it

        """
        Cookies are NOT loaded from the named file until either
the .load() or
        .revert() method is called.

        """

which sounds like exactly the opposite the delayload=False default.




More information about the Python-list mailing list