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
64099e95
Kaydet (Commit)
64099e95
authored
May 22, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
HTML formatting nits.
Added "Reload this entry" link to edit complete screen.
üst
ed531fd9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
faqmain.py
Tools/faqwiz/faqmain.py
+5
-3
No files found.
Tools/faqwiz/faqmain.py
Dosyayı görüntüle @
64099e95
...
...
@@ -465,6 +465,8 @@ class FAQServer:
"""
%
sts
if
output
:
print
"<PRE>
%
s</PRE>"
%
cgi
.
escape
(
output
)
print
'<HR>'
print
'<A HREF="faq.py?req=show&name=
%
s">Reload this entry.</A>'
%
name
def
showedit
(
self
,
name
,
title
,
text
):
print
"""
...
...
@@ -556,14 +558,14 @@ class FAQServer:
except
KeyError
:
pass
else
:
s
=
'
(last changed on
%
s by <A HREF="
%
s">
%
s</A>)
'
s
=
'
/ Last changed on
%
s by <A HREF="
%
s">
%
s</A>
'
print
s
%
(
date
,
email
,
author
)
print
'<P>'
print
"<HR>"
def
getversion
(
self
,
name
):
p
=
os
.
popen
(
"/depot/gnu/plat/bin/rlog -h
%
s </dev/null 2>&1"
%
name
)
head
=
""
head
=
"
*new*
"
while
1
:
line
=
p
.
readline
()
if
not
line
:
...
...
@@ -594,7 +596,7 @@ class FAQServer:
<HR>
<A HREF="http://www.python.org">Python home</A> /
<A HREF="faq.py">FAQ home</A> /
<A HREF="mailto:guido@python.org">GvR</A>
Feedback to
<A HREF="mailto:guido@python.org">GvR</A>
</BODY>
</HTML>
'''
...
...
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