Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
992d9e08
Kaydet (Commit)
992d9e08
authored
Kas 11, 2011
tarafından
Florent Xicluna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix few typos.
üst
490062b4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
_parseaddr.py
Lib/email/_parseaddr.py
+1
-1
imaplib.py
Lib/imaplib.py
+1
-1
test_ast.py
Lib/test/test_ast.py
+1
-1
Setup.dist
Modules/Setup.dist
+1
-1
No files found.
Lib/email/_parseaddr.py
Dosyayı görüntüle @
992d9e08
...
@@ -178,7 +178,7 @@ class AddrlistClass:
...
@@ -178,7 +178,7 @@ class AddrlistClass:
front of you.
front of you.
Note: this class interface is deprecated and may be removed in the future.
Note: this class interface is deprecated and may be removed in the future.
Use
rfc822
.AddressList instead.
Use
email.utils
.AddressList instead.
"""
"""
def
__init__
(
self
,
field
):
def
__init__
(
self
,
field
):
...
...
Lib/imaplib.py
Dosyayı görüntüle @
992d9e08
...
@@ -1385,7 +1385,7 @@ def Time2Internaldate(date_time):
...
@@ -1385,7 +1385,7 @@ def Time2Internaldate(date_time):
"""Convert date_time to IMAP4 INTERNALDATE representation.
"""Convert date_time to IMAP4 INTERNALDATE representation.
Return string in form: '"DD-Mmm-YYYY HH:MM:SS +HHMM"'. The
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) represen
t
ing
seconds since epoch (as returned by time.time()), a 9-tuple
seconds since epoch (as returned by time.time()), a 9-tuple
representing local time (as returned by time.localtime()), or a
representing local time (as returned by time.localtime()), or a
double-quoted string. In the last case, it is assumed to already
double-quoted string. In the last case, it is assumed to already
...
...
Lib/test/test_ast.py
Dosyayı görüntüle @
992d9e08
...
@@ -290,7 +290,7 @@ class AST_Tests(unittest.TestCase):
...
@@ -290,7 +290,7 @@ class AST_Tests(unittest.TestCase):
self
.
assertEqual
(
x
.
body
,
body
)
self
.
assertEqual
(
x
.
body
,
body
)
def
test_nodeclasses
(
self
):
def
test_nodeclasses
(
self
):
# Zero arguments constructor explicit
e
ly allowed
# Zero arguments constructor explicitly allowed
x
=
ast
.
BinOp
()
x
=
ast
.
BinOp
()
self
.
assertEqual
(
x
.
_fields
,
(
'left'
,
'op'
,
'right'
))
self
.
assertEqual
(
x
.
_fields
,
(
'left'
,
'op'
,
'right'
))
...
...
Modules/Setup.dist
Dosyayı görüntüle @
992d9e08
...
@@ -291,7 +291,7 @@ _symtable symtablemodule.c
...
@@ -291,7 +291,7 @@ _symtable symtablemodule.c
#syslog syslogmodule.c # syslog daemon interface
#syslog syslogmodule.c # syslog daemon interface
# Curses support, requring the System V version of curses, often
# Curses support, requ
i
ring the System V version of curses, often
# provided by the ncurses library. e.g. on Linux, link with -lncurses
# provided by the ncurses library. e.g. on Linux, link with -lncurses
# instead of -lcurses).
# instead of -lcurses).
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment