Home | History | Annotate | Download | only in python2.7

Lines Matching refs:IT

62 Cookie.Cookie() to create an Cookie object.  Although deprecated, it
66 Once you've created your Cookie, you can add values just as if it were
99 such trickeries do not confuse it.
169 it isn't a valid pickle'd object), IT WILL RAISE AN EXCEPTION.
176 serialize (ala cPickle) the value *if and only if* it isn't a
178 when the load() method parses out values, it attempts to de-serialize
179 the value. If it fails, then it fallsback to treating the value
197 it is still possible to use Cookie.Cookie() to create a Cookie. In
456 # Second we make sure it only contains legal characters
462 # It's a good key, so save it.
653 # Parse the key, value in case it's metainfo
699 warnings.warn("SerialCookie class is insecure; do not use it",
713 object is a string, then it is quoted. If the object is not a
724 warnings.warn("Cookie/SmartCookie class is insecure; do not use it",