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
c4a28711
Kaydet (Commit)
c4a28711
authored
Agu 22, 2011
tarafından
Nick Coghlan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix #12811 by closing files promptly in tabnanny.check. Patch by Anthony Briggs.
üst
029ba2b8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
tabnanny.py
Lib/tabnanny.py
+3
-0
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/tabnanny.py
Dosyayı görüntüle @
c4a28711
...
@@ -126,6 +126,9 @@ def check(file):
...
@@ -126,6 +126,9 @@ def check(file):
else
:
print
(
file
,
badline
,
repr
(
line
))
else
:
print
(
file
,
badline
,
repr
(
line
))
return
return
finally
:
f
.
close
()
if
verbose
:
if
verbose
:
print
(
"
%
r: Clean bill of health."
%
(
file
,))
print
(
"
%
r: Clean bill of health."
%
(
file
,))
...
...
Misc/ACKS
Dosyayı görüntüle @
c4a28711
...
@@ -121,6 +121,7 @@ Erik Bray
...
@@ -121,6 +121,7 @@ Erik Bray
Brian Brazil
Brian Brazil
Dave Brennan
Dave Brennan
Tom Bridgman
Tom Bridgman
Anthony Briggs
Tobias Brink
Tobias Brink
Richard Brodie
Richard Brodie
Michael Broghton
Michael Broghton
...
...
Misc/NEWS
Dosyayı görüntüle @
c4a28711
...
@@ -265,6 +265,9 @@ Core and Builtins
...
@@ -265,6 +265,9 @@ Core and Builtins
Library
Library
-------
-------
- Issue #12811: tabnanny.check() now promptly closes checked files. Patch by
Anthony Briggs.
- Issue #6560: The sendmsg/recvmsg API is now exposed by the socket module
- Issue #6560: The sendmsg/recvmsg API is now exposed by the socket module
when provided by the underlying platform, supporting processing of
when provided by the underlying platform, supporting processing of
ancillary data in pure Python code.
ancillary data in pure Python code.
...
...
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