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
3a2ab1ab
Kaydet (Commit)
3a2ab1ab
authored
May 29, 2001
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Whitespace normalization.
üst
12f21ae0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
codecs.py
Lib/codecs.py
+1
-1
pty.py
Lib/pty.py
+1
-1
test_urllib2.py
Lib/test/test_urllib2.py
+0
-1
No files found.
Lib/codecs.py
Dosyayı görüntüle @
3a2ab1ab
...
...
@@ -574,7 +574,7 @@ def make_encoding_map(decoding_map):
else
:
m
[
v
]
=
None
return
m
### Tests
if
__name__
==
'__main__'
:
...
...
Lib/pty.py
Dosyayı görüntüle @
3a2ab1ab
...
...
@@ -16,7 +16,7 @@ import os
# ImportError then. But since tty *does* exist across platforms, that
# leaves a damaged module object for tty in sys.modules, and the import
# of tty here then appears to work despite that the tty imported is junk.
import
termios
import
termios
del
termios
import
tty
...
...
Lib/test/test_urllib2.py
Dosyayı görüntüle @
3a2ab1ab
...
...
@@ -14,4 +14,3 @@ file_url = "file://%s" % urllib2.__file__
f
=
urllib2
.
urlopen
(
file_url
)
buf
=
f
.
read
()
f
.
close
()
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