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
44b4cb1f
Kaydet (Commit)
44b4cb1f
authored
May 04, 1994
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Release 1.0.2
üst
a3d4d372
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
22 deletions
+21
-22
FAQ
Misc/FAQ
+21
-22
No files found.
Misc/FAQ
Dosyayı görüntüle @
44b4cb1f
...
@@ -6,8 +6,8 @@ Reply-to: guido@cwi.nl (Guido van Rossum)
...
@@ -6,8 +6,8 @@ Reply-to: guido@cwi.nl (Guido van Rossum)
Approved: news-answers-request@MIT.Edu
Approved: news-answers-request@MIT.Edu
Archive-name: python-faq/part1
Archive-name: python-faq/part1
Version: 1.
6
Version: 1.
7
Last-modified:
11 April
1994
Last-modified:
4 May
1994
This article contains answers to Frequently Asked Questions about
This article contains answers to Frequently Asked Questions about
Python (an object-oriented interpreted programming language -- see
Python (an object-oriented interpreted programming language -- see
...
@@ -86,7 +86,7 @@ Here's an overview of the questions per chapter:
...
@@ -86,7 +86,7 @@ Here's an overview of the questions per chapter:
script (after the script name).
script (after the script name).
3.6. Q. When building on the SGI, make tries to run python to create
3.6. Q. When building on the SGI, make tries to run python to create
glmodule.c, but python hasn't been built or installed yet.
glmodule.c, but python hasn't been built or installed yet.
3.7. Q. Other trouble building Python 1.0.
1
on platform X.
3.7. Q. Other trouble building Python 1.0.
2
on platform X.
4. Programming in Python
4. Programming in Python
4.1. Q. Is there a source code level debugger with breakpoints, step,
4.1. Q. Is there a source code level debugger with breakpoints, step,
...
@@ -173,27 +173,26 @@ either!
...
@@ -173,27 +173,26 @@ either!
A. The latest Python source distribution is always available by
A. The latest Python source distribution is always available by
anonymous ftp from ftp.cwi.nl [192.16.184.180] in the directory
anonymous ftp from ftp.cwi.nl [192.16.184.180] in the directory
/pub/python, with filename python<version>.tar.Z. (In the future and
/pub/python, with filename python<version>.tar.gz. (Old versions may
on some archive sites the extension will be .gz, indicating use of
have an extension of .Z, indicating use of "compress" compression.)
gzip compression.) It is a compressed (gzip'ed if the extension is
It is a gzip'ed tar file containing the complete C source, LaTeX
.gz) tar file containing the complete C source, LaTeX documentation,
documentation, Python library modules, example programs, and several
Python library modules, example programs, and several useful pieces of
useful pieces of freely distributable software. This will compile and
freely distributable software. This will compile and run out of the
run out of the box on most UNIX platforms. At the time of writing,
box on most UNIX platforms. At the time of writing, <version> is
<version> is 1.0.2. (See section 7 for non-UNIX information.)
1.0.1. (See section 7 for non-UNIX information.)
1.4. Q. How do I get documentation on Python?
1.4. Q. How do I get documentation on Python?
A. The latest Python documentation set is always available by
A. The latest Python documentation set is always available by
anonymous ftp from ftp.cwi.nl [192.16.184.180] in the directory
anonymous ftp from ftp.cwi.nl [192.16.184.180] in the directory
/pub/python, with filename pythondoc-ps<version>.tar.
Z. (Or .gz --
/pub/python, with filename pythondoc-ps<version>.tar.
gz. It is a
see the previous question.) It is a compressed (or gzip'ed) tar file
gzip'ed tar file containing PostScript files of the reference manual,
containing PostScript files of the reference manual, the library
the library manual, and the tutorial. At the time of writing
manual, and the tutorial. At the time of writing <version> is 1.0.1.
<version> is 1.0.2. Note that the library manual is the most
Note that the library manual is the most important one of the set, as
important one of the set, as much of Python's power stems from the
much of Python's power stems from the standard or built-in types,
standard or built-in types, functions and modules, all of which are
functions and modules, all of which are described here. PostScript
described here. PostScript for a high-level description of Python is
for a high-level description of Python is
in the file nluug-paper.ps.
in the file nluug-paper.ps.
The following sites keep mirrors of the Python distribution:
The following sites keep mirrors of the Python distribution:
...
@@ -312,7 +311,7 @@ Ivan Herman <ivan@cwi.nl>.
...
@@ -312,7 +311,7 @@ Ivan Herman <ivan@cwi.nl>.
2.4. Q. How stable is Python?
2.4. Q. How stable is Python?
A. Very stable. While the current version number (1.0.
1
) would
A. Very stable. While the current version number (1.0.
2
) would
suggest it is in the early stages of development, in fact new, stable
suggest it is in the early stages of development, in fact new, stable
releases (numbered 0.9.x) have been coming out roughly every 3 to 6
releases (numbered 0.9.x) have been coming out roughly every 3 to 6
months for the past four years.
months for the past four years.
...
@@ -383,7 +382,7 @@ again. You don't need to do "make clean"; you do need to run "make
...
@@ -383,7 +382,7 @@ again. You don't need to do "make clean"; you do need to run "make
Makefile" in the Modules subdirectory (or just run "make" at the
Makefile" in the Modules subdirectory (or just run "make" at the
toplevel).
toplevel).
3.7. Q. Other trouble building Python 1.0.
1
on platform X.
3.7. Q. Other trouble building Python 1.0.
2
on platform X.
A. Please email the details to <guido@cwi.nl> and I'll look into it.
A. Please email the details to <guido@cwi.nl> and I'll look into it.
...
@@ -645,7 +644,7 @@ binary. Where's the library?
...
@@ -645,7 +644,7 @@ binary. Where's the library?
A. You still need to copy the files from the distribution directory
A. You still need to copy the files from the distribution directory
"python/Lib" to your system. If you don't have the full distribution,
"python/Lib" to your system. If you don't have the full distribution,
you can get the file pythonlib1.0.
1.tar.Z
from most ftp sites carrying
you can get the file pythonlib1.0.
2.tar.gz
from most ftp sites carrying
Python; this is a subset of the distribution containing just those
Python; this is a subset of the distribution containing just those
file.
file.
...
...
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