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
f349e26e
Kaydet (Commit)
f349e26e
authored
Ock 03, 2003
tarafından
David Goodger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed markup.
üst
c633365b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
8 deletions
+17
-8
NEWS
Misc/NEWS
+17
-8
No files found.
Misc/NEWS
Dosyayı görüntüle @
f349e26e
...
@@ -7,7 +7,7 @@ Python News
...
@@ -7,7 +7,7 @@ Python News
What
's New in Python 2.3 alpha 2?
What
's New in Python 2.3 alpha 2?
=================================
=================================
*Release date: XX-XXX-2003
*Release date: XX-XXX-2003
*
Core and builtins
Core and builtins
-----------------
-----------------
...
@@ -38,9 +38,13 @@ Extension modules
...
@@ -38,9 +38,13 @@ Extension modules
Library
Library
-------
-------
TBD
Tools/Demos
Tools/Demos
-----------
-----------
TBD
Build
Build
-----
-----
...
@@ -65,12 +69,18 @@ Build
...
@@ -65,12 +69,18 @@ Build
C API
C API
-----
-----
TBD
New platforms
New platforms
-------------
-------------
TBD
Tests
Tests
-----
-----
TBD
Windows
Windows
-------
-------
...
@@ -80,6 +90,8 @@ Windows
...
@@ -80,6 +90,8 @@ Windows
Mac
Mac
---
---
TBD
What
's New in Python 2.3 alpha 1?
What
's New in Python 2.3 alpha 1?
=================================
=================================
...
@@ -98,7 +110,7 @@ Type/class unification and new-style classes
...
@@ -98,7 +110,7 @@ Type/class unification and new-style classes
a different meaning than before.
a different meaning than before.
- int() now returns a long object if the argument is outside the
- int() now returns a long object if the argument is outside the
integer range, so int("4"
*
1000), int(1e200) and int(1L<<1000) will
integer range, so int("4"
*
1000), int(1e200) and int(1L<<1000) will
all return long objects instead of raising an OverflowError.
all return long objects instead of raising an OverflowError.
- Assignment to __class__ is disallowed if either the old or the new
- Assignment to __class__ is disallowed if either the old or the new
...
@@ -801,15 +813,15 @@ Library
...
@@ -801,15 +813,15 @@ Library
has
changed
slightly
so
that
an
explicit
maxlinelen
value
is
always
has
changed
slightly
so
that
an
explicit
maxlinelen
value
is
always
honored
,
and
so
unicode
conversion
error
handling
can
be
specified
.
honored
,
and
so
unicode
conversion
error
handling
can
be
specified
.
-
distutils
' build_ext command now links
c++ extensions with the c
++
-
distutils
' build_ext command now links
C++ extensions with the C
++
compiler available in the Makefile or CXX environment variable, if
compiler available in the Makefile or CXX environment variable, if
running under *nix.
running under
\
*nix.
- New module bz2: provides a comprehensive interface for the bz2 compression
- New module bz2: provides a comprehensive interface for the bz2 compression
library. It implements a complete file interface, one-shot (de)compression
library. It implements a complete file interface, one-shot (de)compression
functions, and types for sequential (de)compression.
functions, and types for sequential (de)compression.
- New pdb command
`pp'
which
is
like
`
p
' except that it pretty-prints
- New pdb command
'
pp
' which is like '
p
' except that it pretty-prints
the value of its expression argument.
the value of its expression argument.
- Now bdist_rpm distutils command understands a verify_script option in
- Now bdist_rpm distutils command understands a verify_script option in
...
@@ -1937,9 +1949,6 @@ Library
...
@@ -1937,9 +1949,6 @@ Library
Tool to a standard library package. (Tools/compiler still exists as
Tool to a standard library package. (Tools/compiler still exists as
a sample driver.)
a sample driver.)
Tools
-----
Build
Build
-----
-----
...
...
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