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
319d58d5
Kaydet (Commit)
319d58d5
authored
Nis 08, 2013
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#17484: add tests for getpass.
Patch by Thomas Fenzl.
üst
7efa3b82
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
getpass.py
Lib/getpass.py
+1
-0
test_sundry.py
Lib/test/test_sundry.py
+1
-1
ACKS
Misc/ACKS
+1
-0
No files found.
Lib/getpass.py
Dosyayı görüntüle @
319d58d5
...
...
@@ -40,6 +40,7 @@ def unix_getpass(prompt='Password: ', stream=None):
"""
fd
=
None
tty
=
None
passwd
=
None
try
:
# Always try reading and writing directly on the tty first.
fd
=
os
.
open
(
'/dev/tty'
,
os
.
O_RDWR
|
os
.
O_NOCTTY
)
...
...
Lib/test/test_sundry.py
Dosyayı görüntüle @
319d58d5
...
...
@@ -6,7 +6,7 @@ import unittest
class
TestUntestedModules
(
unittest
.
TestCase
):
def
test_untested_modules_can_be_imported
(
self
):
untested
=
(
'bdb'
,
'encodings'
,
'formatter'
,
'
getpass'
,
'
imghdr'
,
untested
=
(
'bdb'
,
'encodings'
,
'formatter'
,
'imghdr'
,
'keyword'
,
'macurl2path'
,
'nturl2path'
,
'tabnanny'
)
with
support
.
check_warnings
(
quiet
=
True
):
for
name
in
untested
:
...
...
Misc/ACKS
Dosyayı görüntüle @
319d58d5
...
...
@@ -367,6 +367,7 @@ Michael Farrell
Troy J. Farrell
Mark Favas
Boris Feld
Thomas Fenzl
Niels Ferguson
Sebastian Fernandez
Florian Festi
...
...
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