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
dfcf35dc
Kaydet (Commit)
dfcf35dc
authored
Agu 26, 1996
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reformatted some stuff. Put FEATURE FREEZE in all caps.
üst
0c8cf888
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
36 deletions
+38
-36
README
README
+38
-36
No files found.
README
Dosyayı görüntüle @
dfcf35dc
...
@@ -8,18 +8,18 @@ boxes. Python should build out of the box using "./configure; make".
...
@@ -8,18 +8,18 @@ boxes. Python should build out of the box using "./configure; make".
Also try running configue with the --with-thread and --with-readline
Also try running configue with the --with-thread and --with-readline
options (described below).
options (described below).
I really expect this to be the last beta release. I declare a
"feature
I really expect this to be the last beta release. I declare a
freeze" until 1.4 final is released. Changes in 1.4 final will be
*FEATURE FREEZE* until 1.4 final is released (in a couple of weeks).
restricted to urgent bugfixes, portability enhancements, and added
Changes in 1.4 final will be restricted to urgent bugfixes,
documentation only.
portability enhancements, and added
documentation only.
What's new in this release?
What's new in this release?
---------------------------
---------------------------
A list of (nearly)
all things that changed in each of the 1.4 beta releases
A list of (nearly)
everything that changed in each of the 1.4 beta
can be found in the file Misc/NEWS -- together this comprises a list of
releases can be found in the file Misc/NEWS -- together this comprises
everything that's changed since 1.3.
a list of
everything that's changed since 1.3.
What is Python anyway?
What is Python anyway?
...
@@ -28,8 +28,7 @@ What is Python anyway?
...
@@ -28,8 +28,7 @@ What is Python anyway?
Python is an interpreted object-oriented programming language, and is
Python is an interpreted object-oriented programming language, and is
often compared to Tcl, Perl, Scheme or Java. For a quick summary of
often compared to Tcl, Perl, Scheme or Java. For a quick summary of
what Python can mean for a UNIX/C programmer, read Misc/BLURB.LUTZ.
what Python can mean for a UNIX/C programmer, read Misc/BLURB.LUTZ.
If you have web access, point your browser to
If you have web access, point your browser to http://www.python.org.
http://www.python.org.
If you don't read instructions
If you don't read instructions
...
@@ -234,7 +233,7 @@ IMPORTANT: If the tests fail and you decide to mail a bug report,
...
@@ -234,7 +233,7 @@ IMPORTANT: If the tests fail and you decide to mail a bug report,
*don't* include the output of "make test". It is useless. Run the
*don't* include the output of "make test". It is useless. Run the
following command instead:
following command instead:
PYTHONPATH=../Lib:../Lib/test:./Modules ./python -c 'import testall'
PYTHONPATH=../Lib:../Lib/test:./Modules ./python -c 'import testall'
(substituting the top of the source tree for .. if you built in a
(substituting the top of the source tree for .. if you built in a
different directory). This gives the output of the tests and shows
different directory). This gives the output of the tests and shows
...
@@ -469,16 +468,18 @@ Especially the Library Reference is of immense value since much of
...
@@ -469,16 +468,18 @@ Especially the Library Reference is of immense value since much of
Python's power (including the built-in data types and functions!) is
Python's power (including the built-in data types and functions!) is
described here.
described here.
To print the documentation from the LaTeX files, chdir into the Doc
To print the documentation from the LaTeX files, chdir into the Doc
subdirectory, type "make" (let's hope you have LaTeX installed!), and send
subdirectory, type "make" (let's hope you have LaTeX installed!), and
the four resulting PostScript files (tut.ps, lib.ps, ref.ps, and ext.ps) to
send the four resulting PostScript files (tut.ps, lib.ps, ref.ps, and
the printer. See the README file there. If you don't have LaTeX, you can
ext.ps) to the printer. See the README file there. If you don't have
ftp the PostScript files from the ftp archives (see below).
LaTeX, you can ftp the PostScript files from the ftp archives (see
below).
All documentation is also available on-line via the Python web site
All documentation is also available on-line via the Python web site
(http://www.python.org/, see below). It can also be downloaded separately
(http://www.python.org/, see below). It can also be downloaded
from the ftp archives (see below) in Emacs INFO, HTML or PostScript form --
separately from the ftp archives (see below) in Emacs INFO, HTML or
see the web site or the FAQ (file Misc/FAQ) for more info.
PostScript form -- see the web site or the FAQ (file Misc/FAQ) for
more info.
Emacs mode
Emacs mode
...
@@ -508,29 +509,30 @@ Python distribution.
...
@@ -508,29 +509,30 @@ Python distribution.
Newsgroup and mailing list
Newsgroup and mailing list
--------------------------
--------------------------
There are a newsgroup and a mailing list devoted to Python. The
newsgroup,
There are a newsgroup and a mailing list devoted to Python. The
comp.lang.python, contains exactly the same messages as the mailing list
newsgroup, comp.lang.python, contains exactly the same messages as the
(though not always in the same order, due to the mysterious nature of the
mailing list (though not always in the same order, due to the
Usenet news distribution algorithm). To subscribe to the mailing list,
mysterious nature of the Usenet news distribution algorithm). To
s
end mail containing your real name and e-mail address to
s
ubscribe to the mailing list, send mail containing your real name and
"python-list-request@cwi.nl". Use the same address if you want to
e-mail address to "python-list-request@cwi.nl". Use the same address
unsibscribed. (A real person reads these messages, so no LISTPROC or
if you want to unsibscribed. (A real person reads these messages, so
Majordomo commands, please, and please be patient -- normal turn-around
no LISTPROC or Majordomo commands, please, and please be patient --
time is about one working day.)
normal turn-around
time is about one working day.)
The Python web site contains a search form that lets you search the
The Python web site contains a search form that lets you search the
newsgroup archives (or the web site itself). Click on the "search"
link
newsgroup archives (or the web site itself). Click on the "search"
in the banner menu on any page of http://www.python.org/.
link
in the banner menu on any page of http://www.python.org/.
Bug reports
Bug reports
-----------
-----------
Bugs are best reported to the comp.lang.python newsgroup or the Python
Bugs are best reported to the comp.lang.python newsgroup or the Python
mailing list -- see the section "Newsgroup and mailing list" below. Before
mailing list -- see the section "Newsgroup and mailing list" below.
posting, check the newsgroup archives (see above) to see if your bug has
Before posting, check the newsgroup archives (see above) to see if
already been reported! If you specifically don't want to involve the
your bug has already been reported! If you specifically don't want to
newsgroup or mailing list, send them to python-bugs@python.org.
involve the newsgroup or mailing list, send them to
python-bugs@python.org.
Questions
Questions
...
...
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