~pythonregexp2.7/python/issue2636-12

« back to all changes in this revision

Viewing changes to Doc/library/cookielib.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:52:42 UTC
  • mfrom: (39033.1.3 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609145242-9m268zc6u87rp1vp
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
1
:mod:`cookielib` --- Cookie handling for HTTP clients
3
2
=====================================================
4
3
 
7
6
.. moduleauthor:: John J. Lee <jjl@pobox.com>
8
7
.. sectionauthor:: John J. Lee <jjl@pobox.com>
9
8
 
 
9
.. note::
 
10
   The :mod:`cookielib` module has been renamed to :mod:`http.cookiejar` in
 
11
   Python 3.0.  The :term:`2to3` tool will automatically adapt imports when
 
12
   converting your sources to 3.0.
 
13
 
10
14
 
11
15
.. versionadded:: 2.4
12
16