mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merge 3.2, doc typos.
This commit is contained in:
commit
f8240d6564
6 changed files with 20 additions and 19 deletions
|
@ -116,7 +116,7 @@ The following utility functions are defined:
|
|||
Convert *date_time* to an IMAP4 ``INTERNALDATE`` representation. The
|
||||
return value is a string in the form: ``"DD-Mmm-YYYY HH:MM:SS
|
||||
+HHMM"`` (including double-quotes). The *date_time* argument can be a
|
||||
number (int or float) represening seconds since epoch (as returned
|
||||
number (int or float) representing seconds since epoch (as returned
|
||||
by :func:`time.time`), a 9-tuple representing local time (as returned by
|
||||
:func:`time.localtime`), or a double-quoted string. In the last case, it
|
||||
is assumed to already be in the correct format.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue