Merge 3.2
This commit is contained in:
commit
1cdbf57c7c
|
@ -295,7 +295,8 @@ Archiving operations
|
|||
*owner* and *group* are used when creating a tar archive. By default,
|
||||
uses the current owner and group.
|
||||
|
||||
*logger* is an instance of :class:`logging.Logger`.
|
||||
*logger* must be an object compatible with :pep:`282`, usually an instance of
|
||||
:class:`logging.Logger`.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"""HTTP cookie handling for web clients.
|
||||
r"""HTTP cookie handling for web clients.
|
||||
|
||||
This module has (now fairly distant) origins in Gisle Aas' Perl module
|
||||
HTTP::Cookies, from the libwww-perl library.
|
||||
|
|
Loading…
Reference in New Issue