~ubuntu-branches/ubuntu/oneiric/python2.6/oneiric

« back to all changes in this revision

Viewing changes to Doc/library/cookielib.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-08-07 20:03:08 UTC
  • mfrom: (10.1.27 sid)
  • Revision ID: james.westby@ubuntu.com-20100807200308-bwsyymoc4donr9a9
Tags: 2.6.6~rc1-1ubuntu1
* Merge with Debian; remaining changes:
  - Regenerate the control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
      HTTP cookie classes, principally useful for server-side code.  The
122
122
      :mod:`cookielib` and :mod:`Cookie` modules do not depend on each other.
123
123
 
124
 
   http://wwwsearch.sourceforge.net/mechanize/
125
 
      Extensions to this module, including a class for reading Microsoft Internet
126
 
      Explorer cookies on Windows.
127
 
 
128
124
   http://wp.netscape.com/newsref/std/cookie_spec.html
129
125
      The specification of the original Netscape cookie protocol.  Though this is
130
126
      still the dominant protocol, the 'Netscape cookie protocol' implemented by all
310
306
FileCookieJar subclasses and co-operation with web browsers
311
307
-----------------------------------------------------------
312
308
 
313
 
The following :class:`CookieJar` subclasses are provided for reading and writing
314
 
.  Further :class:`CookieJar` subclasses, including one that reads Microsoft
315
 
Internet Explorer cookies, are available at
316
 
http://wwwsearch.sourceforge.net/mechanize/ .
 
309
The following :class:`CookieJar` subclasses are provided for reading and
 
310
writing .
317
311
 
318
312
.. class:: MozillaCookieJar(filename, delayload=None, policy=None)
319
313