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
e810fe2c
Kaydet (Commit)
e810fe2c
authored
Şub 19, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove two instances of trailing commas. Resolves patch #1209781.
üst
fe4b34cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
datetimemodule.c
Modules/datetimemodule.c
+1
-1
expat.h
Modules/expat/expat.h
+1
-1
No files found.
Modules/datetimemodule.c
Dosyayı görüntüle @
e810fe2c
...
...
@@ -971,7 +971,7 @@ typedef enum {
OFFSET_NAIVE
,
/* time or datetime where utcoffset() doesn't return None */
OFFSET_AWARE
,
OFFSET_AWARE
}
naivety
;
/* Classify an object as to whether it's naive or offset-aware. See
...
...
Modules/expat/expat.h
Dosyayı görüntüle @
e810fe2c
...
...
@@ -43,7 +43,7 @@ enum XML_Status {
#define XML_STATUS_ERROR XML_STATUS_ERROR
XML_STATUS_OK
=
1
,
#define XML_STATUS_OK XML_STATUS_OK
XML_STATUS_SUSPENDED
=
2
,
XML_STATUS_SUSPENDED
=
2
#define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED
};
...
...
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