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
df6994db
Kaydet (Commit)
df6994db
authored
Ara 19, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[Patch #1600491 from Jim Jewett] Describe how to build help files on Windows
üst
fcb7513f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
pydoc.py
Lib/pydoc.py
+3
-0
No files found.
Lib/pydoc.py
Dosyayı görüntüle @
df6994db
...
@@ -1737,6 +1737,9 @@ Here is a list of available topics. Enter any topic name to get more help.
...
@@ -1737,6 +1737,9 @@ Here is a list of available topics. Enter any topic name to get more help.
Sorry, topic and keyword documentation is not available because the Python
Sorry, topic and keyword documentation is not available because the Python
HTML documentation files could not be found. If you have installed them,
HTML documentation files could not be found. If you have installed them,
please set the environment variable PYTHONDOCS to indicate their location.
please set the environment variable PYTHONDOCS to indicate their location.
On the Microsoft Windows operating system, the files can be built by
running "hh -decompile . PythonNN.chm" in the C:
\
PythonNN
\
Doc> directory.
'''
)
'''
)
return
return
target
=
self
.
topics
.
get
(
topic
,
self
.
keywords
.
get
(
topic
))
target
=
self
.
topics
.
get
(
topic
,
self
.
keywords
.
get
(
topic
))
...
...
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