diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-11 18:39:25 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-11 18:39:25 (GMT) |
commit | e41f0de84d286f0362e1c9e23a535aba827e109f (patch) | |
tree | b5558b765d9f7b6fdb8903f8054727fed8736dc0 /Lib/imaplib.py | |
parent | c178d9bcc4c3255cd2d4268b597e5e41cfeafdee (diff) | |
parent | 992d9e081fab2061185b80c6decb57249b4612fe (diff) | |
download | cpython-e41f0de84d286f0362e1c9e23a535aba827e109f.zip cpython-e41f0de84d286f0362e1c9e23a535aba827e109f.tar.gz cpython-e41f0de84d286f0362e1c9e23a535aba827e109f.tar.bz2 |
Merge 3.2, fix typos.
Diffstat (limited to 'Lib/imaplib.py')
-rw-r--r-- | Lib/imaplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/imaplib.py b/Lib/imaplib.py index 1b54065..bda2ae9 100644 --- a/Lib/imaplib.py +++ b/Lib/imaplib.py @@ -1392,7 +1392,7 @@ def Time2Internaldate(date_time): """Convert date_time to IMAP4 INTERNALDATE representation. Return string in form: '"DD-Mmm-YYYY HH:MM:SS +HHMM"'. The - date_time argument can be a number (int or float) represening + date_time argument can be a number (int or float) representing seconds since epoch (as returned by time.time()), a 9-tuple representing local time (as returned by time.localtime()), or a double-quoted string. In the last case, it is assumed to already |