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
04b5700b
Kaydet (Commit)
04b5700b
authored
Kas 09, 2015
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #25584: Added "escape" to the __all__ list in the glob module.
From patch by Xavier de Gaye.
üst
735b790f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
glob.py
Lib/glob.py
+1
-1
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/glob.py
Dosyayı görüntüle @
04b5700b
...
@@ -4,7 +4,7 @@ import os
...
@@ -4,7 +4,7 @@ import os
import
re
import
re
import
fnmatch
import
fnmatch
__all__
=
[
"glob"
,
"iglob"
]
__all__
=
[
"glob"
,
"iglob"
,
"escape"
]
def
glob
(
pathname
,
*
,
recursive
=
False
):
def
glob
(
pathname
,
*
,
recursive
=
False
):
"""Return a list of paths matching a pathname pattern.
"""Return a list of paths matching a pathname pattern.
...
...
Misc/NEWS
Dosyayı görüntüle @
04b5700b
...
@@ -61,6 +61,8 @@ Core and Builtins
...
@@ -61,6 +61,8 @@ Core and Builtins
Library
Library
-------
-------
- Issue #25584: Added "escape" to the __all__ list in the glob module.
- Issue #25584: Fixed recursive glob() with patterns starting with '\*\*'.
- Issue #25584: Fixed recursive glob() with patterns starting with '\*\*'.
- Issue #25446: Fix regression in smtplib's AUTH LOGIN support.
- Issue #25446: Fix regression in smtplib's AUTH LOGIN support.
...
...
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