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
3e60a9d6
Kaydet (Commit)
3e60a9d6
authored
Ara 08, 2013
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #19535: Fixed test_docxmlrpc when python is run with -OO.
üst
a82f74de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
test_docxmlrpc.py
Lib/test/test_docxmlrpc.py
+4
-2
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/test/test_docxmlrpc.py
Dosyayı görüntüle @
3e60a9d6
...
...
@@ -202,10 +202,12 @@ class DocXMLRPCHTTPGETServer(unittest.TestCase):
""" Test that annotations works as expected """
self
.
client
.
request
(
"GET"
,
"/"
)
response
=
self
.
client
.
getresponse
()
docstring
=
(
b
''
if
sys
.
flags
.
optimize
>=
2
else
b
'<dd><tt>Use function annotations.</tt></dd>'
)
self
.
assertIn
(
(
b
'<dl><dt><a name="-annotation"><strong>annotation</strong></a>'
b
'(x: int)</dt>
<dd><tt>Use function annotations.</tt>
'
b
'<
/dd></dl>
\n
<
dl><dt><a name="-method_annotation"><strong>'
b
'(x: int)</dt>
'
+
docstring
+
b
'</dl>
\n
'
b
'<dl><dt><a name="-method_annotation"><strong>'
b
'method_annotation</strong></a>(x: bytes)</dt></dl>'
),
response
.
read
())
...
...
Misc/NEWS
Dosyayı görüntüle @
3e60a9d6
...
...
@@ -97,6 +97,8 @@ Library
Tests
-----
- Issue #19535: Fixed test_docxmlrpc when python is run with -OO.
- Issue #19926: Removed unneeded test_main from test_abstract_numbers.
Patch by Vajrasky Kok.
...
...
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