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
45fd0c99
Kaydet (Commit)
45fd0c99
authored
May 06, 2011
tarafından
Ronald Oussoren
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merge from 3.2
üst
ff9bfca4
6355c16d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
ntpath.py
Lib/ntpath.py
+1
-1
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/ntpath.py
Dosyayı görüntüle @
45fd0c99
...
...
@@ -654,7 +654,7 @@ except (AttributeError, ImportError):
# Non-Windows operating systems fake this method with an XP
# approximation.
def
_getfinalpathname
(
f
):
return
abspath
(
f
)
return
normcase
(
abspath
(
f
)
)
def
samefile
(
f1
,
f2
):
"Test whether two pathnames reference the same actual file"
...
...
Misc/NEWS
Dosyayı görüntüle @
45fd0c99
...
...
@@ -140,6 +140,9 @@ Core and Builtins
Library
-------
- ntpath.samefile failed to notice that "a.txt" and "A.TXT" refer to the same
file on Windows XP. As noticed in issue #10684.
- Issue #12000: When a SSL certificate has a subjectAltName without any
dNSName entry, ssl.match_hostname() should use the subject'
s
commonName
.
Patch
by
Nicolas
Bareil
.
...
...
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