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
d4cb4b74
Kaydet (Commit)
d4cb4b74
authored
Nis 22, 2013
tarafından
Eli Bendersky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #17736: fix misleading comment in _elementtree.c
Patch by Jonas Wagner
üst
e917052e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
ACKS
Misc/ACKS
+1
-0
_elementtree.c
Modules/_elementtree.c
+3
-1
No files found.
Misc/ACKS
Dosyayı görüntüle @
d4cb4b74
...
@@ -1274,6 +1274,7 @@ Rodrigo Steinmuller Wanderley
...
@@ -1274,6 +1274,7 @@ Rodrigo Steinmuller Wanderley
Ke Wang
Ke Wang
Greg Ward
Greg Ward
Zachary Ware
Zachary Ware
Jonas Wagner
Barry Warsaw
Barry Warsaw
Steve Waterbury
Steve Waterbury
Bob Watson
Bob Watson
...
...
Modules/_elementtree.c
Dosyayı görüntüle @
d4cb4b74
...
@@ -312,7 +312,9 @@ element_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
...
@@ -312,7 +312,9 @@ element_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
* This is required by some constructors/functions in this module that can
* This is required by some constructors/functions in this module that can
* either accept attrib as a keyword argument or all attributes splashed
* either accept attrib as a keyword argument or all attributes splashed
* directly into *kwds.
* directly into *kwds.
* If there is no 'attrib' keyword, return an empty dict.
*
* Return a dictionary with the content of kwds merged into the content of
* attrib. If there is no attrib keyword, return a copy of kwds.
*/
*/
static
PyObject
*
static
PyObject
*
get_attrib_from_keywords
(
PyObject
*
kwds
)
get_attrib_from_keywords
(
PyObject
*
kwds
)
...
...
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