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
e27b3608
Kaydet (Commit)
e27b3608
authored
Nis 19, 2012
tarafından
Nick Coghlan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge from 3.2
üst
dea6c21a
10ac77d2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
test_cmd_line_script.py
Lib/test/test_cmd_line_script.py
+1
-1
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/test/test_cmd_line_script.py
Dosyayı görüntüle @
e27b3608
...
@@ -242,7 +242,7 @@ class CmdLineTest(unittest.TestCase):
...
@@ -242,7 +242,7 @@ class CmdLineTest(unittest.TestCase):
script_name
=
_make_test_script
(
pkg_dir
,
'script'
)
script_name
=
_make_test_script
(
pkg_dir
,
'script'
)
rc
,
out
,
err
=
assert_python_ok
(
'-m'
,
'test_pkg.script'
)
rc
,
out
,
err
=
assert_python_ok
(
'-m'
,
'test_pkg.script'
)
if
verbose
>
1
:
if
verbose
>
1
:
print
(
data
)
print
(
out
)
expected
=
"init_argv0==
%
r"
%
'-m'
expected
=
"init_argv0==
%
r"
%
'-m'
self
.
assertIn
(
expected
.
encode
(
'utf-8'
),
out
)
self
.
assertIn
(
expected
.
encode
(
'utf-8'
),
out
)
self
.
_check_output
(
script_name
,
rc
,
out
,
self
.
_check_output
(
script_name
,
rc
,
out
,
...
...
Misc/ACKS
Dosyayı görüntüle @
e27b3608
...
@@ -1123,6 +1123,7 @@ Robert Xiao
...
@@ -1123,6 +1123,7 @@ Robert Xiao
Florent Xicluna
Florent Xicluna
Hirokazu Yamamoto
Hirokazu Yamamoto
Ka-Ping Yee
Ka-Ping Yee
Jason Yeo
Bob Yodlowski
Bob Yodlowski
Danny Yoo
Danny Yoo
George Yoshida
George Yoshida
...
...
Misc/NEWS
Dosyayı görüntüle @
e27b3608
...
@@ -121,6 +121,9 @@ Library
...
@@ -121,6 +121,9 @@ Library
Tests
Tests
-----
-----
-
Issue
#
14032
:
Fix
incorrect
variable
name
in
test_cmd_line_script
debugging
message
(
Patch
by
Jason
Yeo
)
-
Issue
#
14589
:
Update
certificate
chain
for
sha256
.
tbs
-
internet
.
com
,
fixing
-
Issue
#
14589
:
Update
certificate
chain
for
sha256
.
tbs
-
internet
.
com
,
fixing
a
test
failure
in
test_ssl
.
a
test
failure
in
test_ssl
.
...
...
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