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
89a25ce4
Kaydet (Commit)
89a25ce4
authored
May 20, 2018
tarafından
Mario Corchero
Kaydeden (comit)
Alexander Belopolsky
May 20, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-33541: Remove unused __pad function (GH-4377)
Function was added with the initial implementation
00efe7e7
.
üst
0c4be828
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
+2
-9
_strptime.py
Lib/_strptime.py
+0
-9
2018-05-16-12-32-48.bpo-33541.kQORPE.rst
...S.d/next/Library/2018-05-16-12-32-48.bpo-33541.kQORPE.rst
+2
-0
No files found.
Lib/_strptime.py
Dosyayı görüntüle @
89a25ce4
...
...
@@ -77,15 +77,6 @@ class LocaleTime(object):
if
time
.
tzname
!=
self
.
tzname
or
time
.
daylight
!=
self
.
daylight
:
raise
ValueError
(
"timezone changed during initialization"
)
def
__pad
(
self
,
seq
,
front
):
# Add '' to seq to either the front (is True), else the back.
seq
=
list
(
seq
)
if
front
:
seq
.
insert
(
0
,
''
)
else
:
seq
.
append
(
''
)
return
seq
def
__calc_weekday
(
self
):
# Set self.a_weekday and self.f_weekday using the calendar
# module.
...
...
Misc/NEWS.d/next/Library/2018-05-16-12-32-48.bpo-33541.kQORPE.rst
0 → 100644
Dosyayı görüntüle @
89a25ce4
Remove unused private method ``_strptime.LocaleTime.__pad`` (a.k.a.
``_LocaleTime__pad``).
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