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
46e13027
Kaydet (Commit)
46e13027
authored
Eyl 24, 2000
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Readme and relnotes for intermediate 2.0b1+ release.
üst
55a0bde2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
6 deletions
+18
-6
ReadMe
Mac/ReadMe
+6
-2
Relnotes
Mac/Relnotes
+12
-4
No files found.
Mac/ReadMe
Dosyayı görüntüle @
46e13027
How
to
install
Python
2.0
b1
on
your
Macintosh
How
to
install
Python
2.0
b1
+
on
your
Macintosh
---------------------------------------------
If
this
is
your
first
encounter
with
Python
:
you
definitely
need
the
...
...
@@ -13,7 +13,11 @@ now. The documentation is in HTML format, start with index.html.
Caveats
-------
This
is
a
beta
version
,
so
use
with
caution
.
This
is
a
beta
version
,
so
use
with
caution
.
This
b1
+
beta
has
received
only
very
little
testing
,
use
the
older
b1
if
it
proves
problematic
.
If
you
have
used
an
earlier
version
of
2.0
b1
you
_must_
remove
your
old
preference
file
,
the
files
are
incompatible
.
Aside
from
the
general
new
Python
2.0
features
(
compared
to
1.5.2
,
there
was
no
1.6
for
the
macintosh
)
like
unicode
support
the
main
new
features
...
...
Mac/Relnotes
Dosyayı görüntüle @
46e13027
Changes in 2.0b1 since 1.5.2
----------------------------
Changes in 2.0b1
+
since 1.5.2
----------------------------
-
These release notes refer to Mac-specific changes only. See NEWS (in the Misc folder)
for machine-independent changes.
...
...
@@ -28,6 +28,15 @@ have to leave it at the highlights:
- Added macos.FreeMem(), MaxBlock() and CompactMem(), mainly so apps in Python can
give low-memory warnings.
- MediaDescr module parses some QuickTime media descriptions (but definitely not all).
- A new method EasyDialogs.GetArgv() which makes it easy for the end-user to provide
unix-style sys.argv arguments. (new since 2.0b1)
- There's a new package, mkcwproject, that creates and builds CodeWarrior
projects. (new since 2.0b1)
- The "keep console open" options are now always, never, on error and on unseen output. The
latter is the new default. (new since 2.0b1)
- Missing Numeric modules are included. They may not be on sys.path, however. (new since 2.0b1)
- gdbm works again. (new since 2.0b1)
What is not in this distribution
--------------------------------
...
...
@@ -36,7 +45,7 @@ What is not in this distribution
- Stackless Python/microthreads hasn't been ported to 2.0 yet. If/when it becomes available
Just will undoubtedly announce it on pythonmac-sig.
- Carbon support is not in here, but should be happening as soon as GUSI is ready.
- Distutils is not in here,
again due to lack of time
.
- Distutils is not in here,
but Corran Webster and myself are working on it
.
Known problems
--------------
...
...
@@ -48,4 +57,3 @@ http://www.cwi.nl/~jack/macpython.html.
- Aliases do not work in sys.path entries.
- Once you have used multiple threads you cannot raise KeyboardInterrupt anymore:
typing command-. will immedeately exit the interpreter.
- The gdbm module does not work.
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