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
28b81a90
Kaydet (Commit)
28b81a90
authored
Ara 13, 2004
tarafından
Anthony Baxter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
missed this stuff for release, oh well, 2.4.1 is fine
üst
5e9a9609
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
17 deletions
+21
-17
README
README
+21
-17
No files found.
README
Dosyayı görüntüle @
28b81a90
...
@@ -227,14 +227,14 @@ compilers from the vendor, or one of the free compilers (gcc).
...
@@ -227,14 +227,14 @@ compilers from the vendor, or one of the free compilers (gcc).
Unsupported systems
Unsupported systems
-------------------
-------------------
A number of features
are not supported in Python 2.3 anymore. Some
A number of features
have not been supported since Python 2.3, and
support code is still present, but will be removed in Python 2.4.
the code to support them was removed in Python 2.4. If you still
If you still need to use current Python versions on these systems,
need to use current Python versions on these systems, please send
please send a message to python-dev@python.org indicating that you
a message to python-dev@python.org indicating that you volunteer
volunteer to support this system
.
to support this system. There is more detail on this in PEP 11
.
More specifically, the following systems are no
t supported any
More specifically, the following systems are no
longer supported:
longer:
- SunOS 4
- SunOS 4
- DYNIX
- DYNIX
- dgux
- dgux
...
@@ -319,15 +319,19 @@ Linux: A problem with threads and fork() was tracked down to a bug in
...
@@ -319,15 +319,19 @@ Linux: A problem with threads and fork() was tracked down to a bug in
takes care of this automatically.
takes care of this automatically.
Red Hat Linux: Red Hat 9 built Python2.2 in UCS-4 mode and hacked
Red Hat Linux: Red Hat 9 built Python2.2 in UCS-4 mode and hacked
Tcl to support it. To compile Python2.3 with Tkinter, you will
Tcl to support it. To compile Python with Tkinter on these
need to pass --enable-unicode=ucs4 flag to ./configure.
systems, you will need to pass --enable-unicode=ucs4 flag
to ./configure. This is no longer needed in Fedora Core.
There's an executable /usr/bin/python which is Python
1.5.2 on most older Red Hat installations; several key Red Hat tools
On older Red Hat releases, there's an executable
require this version. Python 2.1.x may be installed as
/usr/bin/python which is Python 1.5.2 on most older Red Hat
/usr/bin/python2. The Makefile installs Python as
installations; several key Red Hat tools require this version.
/usr/local/bin/python, which may or may not take precedence
Python 2.1.x may be installed as /usr/bin/python2 (you can also
over /usr/bin/python, depending on how you have set up $PATH.
use "make altinstall" to install Python in a way that won't replace
the 'python' executable, but instead only create a "python2.4"
binary). The Makefile installs Python as /usr/local/bin/python,
which may or may not take precedence over /usr/bin/python, depending
on how you have set up $PATH.
FreeBSD 3.x and probably platforms with NCurses that use libmytinfo or
FreeBSD 3.x and probably platforms with NCurses that use libmytinfo or
similar: When using cursesmodule, the linking is not done in
similar: When using cursesmodule, the linking is not done in
...
...
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