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
e6f8c502
Kaydet (Commit)
e6f8c502
authored
Eki 13, 2014
tarafından
Alex Gaynor
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use https:// URLs for the bug tracker in the :issue: role.
Thanks to Ezio for noticing this
üst
53dfcd86
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pyspecific.py
Doc/tools/pyspecific.py
+2
-2
No files found.
Doc/tools/pyspecific.py
Dosyayı görüntüle @
e6f8c502
...
...
@@ -9,7 +9,7 @@
:license: Python license.
"""
ISSUE_URI
=
'http://bugs.python.org/issue
%
s'
ISSUE_URI
=
'http
s
://bugs.python.org/issue
%
s'
SOURCE_URI
=
'https://hg.python.org/cpython/file/3.4/
%
s'
from
docutils
import
nodes
,
utils
...
...
@@ -204,7 +204,7 @@ class MiscNews(Directive):
text
=
'The NEWS file is not available.'
node
=
nodes
.
strong
(
text
,
text
)
return
[
node
]
content
=
issue_re
.
sub
(
r'`\1ssue #\2 <http://bugs.python.org/\2>`__'
,
content
=
issue_re
.
sub
(
r'`\1ssue #\2 <http
s
://bugs.python.org/\2>`__'
,
content
)
content
=
whatsnew_re
.
sub
(
r'\1'
,
content
)
# remove first 3 lines as they are the main heading
...
...
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