DeprecationWarning: Cookie/SmartCookie class is insecure

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ben Finney

    DeprecationWarning: Cookie/SmartCookie class is insecure

    Howdy all,

    I'm using a library that uses SmartCookie. In Python 2.3, that gives
    this warning:

    /usr/lib/python2.3/Cookie.py:712: DeprecationWarn ing:
    Cookie/SmartCookie class is insecure; do not use it

    What should the library be using instead of SmartCookie?

    --
    \ "If it ain't bust don't fix it is a very sound principle and |
    `\ remains so despite the fact that I have slavishly ignored it |
    _o__) all my life." -- Douglas Adams |
    Ben Finney <http://bignose.squidly .org/>
Working...