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
e0373f81
Kaydet (Commit)
e0373f81
authored
Kas 15, 2002
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix minor nits
Trim excess whitespace off one line
üst
88eed70f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
NEWS
Misc/NEWS
+3
-3
No files found.
Misc/NEWS
Dosyayı görüntüle @
e0373f81
...
...
@@ -12,7 +12,7 @@ What's New in Python 2.3 alpha 1?
Type/class unification and new-style classes
--------------------------------------------
- Assignment to __class__ is disallowed if either the old
and
the new
- Assignment to __class__ is disallowed if either the old
or
the new
class is a statically allocated type object (such as defined by an
extension module). This prevents anomalies like 2.__class__ = bool.
...
...
@@ -382,7 +382,7 @@ Library
-------
- A new module, optparse, provides a fancy alternative to getopt for
command line parsing. It is slightly modified version of Greg
command line parsing. It is
a
slightly modified version of Greg
Ward'
s
Optik
package
.
-
UserDict
.
py
now
defines
a
DictMixin
class
which
defines
all
dictionary
...
...
@@ -392,7 +392,7 @@ Library
-
shelve
.
py
now
subclasses
from
UserDict
.
DictMixin
.
Now
shelve
supports
all
dictionary
methods
.
This
eases
the
transition
to
persistent
storage
for
scripts
originally
written
with
dictionaries
in
mind
.
storage
for
scripts
originally
written
with
dictionaries
in
mind
.
-
A
new
package
,
logging
,
implements
the
logging
API
defined
by
PEP
282.
The
code
is
written
by
Vinay
Sajip
.
...
...
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