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
ce74f8ae
Kaydet (Commit)
ce74f8ae
authored
Haz 13, 2003
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
News about the new IDLE (is more needed?). News about SF patch
751998.
üst
b1ab4d94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
NEWS
Misc/NEWS
+9
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
ce74f8ae
...
...
@@ -12,6 +12,9 @@ What's New in Python 2.3 beta 2?
Core and builtins
-----------------
- SF patch 751998 fixes an unwanted side effect of the previous fix
for SF bug 742860 (the next item).
- SF bug 742860: "WeakKeyDictionary __delitem__ uses iterkeys". This
wasn'
t
threadsafe
,
was
very
inefficient
(
expected
time
O
(
len
(
dict
))
instead
of
O
(
1
)),
and
could
raise
a
spurious
RuntimeError
if
another
...
...
@@ -70,6 +73,10 @@ Extension modules
Library
-------
- A brand new version of IDLE (from the IDLEfork project at
SourceForge) is now included as Lib/idlelib. The old Tools/idle is
no more.
- copy.py: applied SF patch 707900, fixing bug 702858, by Steven
Taschuk. Copying a new-style class that had a reference to itself
didn'
t
work
.
(
The
same
thing
worked
fine
for
old
-
style
classes
.)
...
...
@@ -100,6 +107,8 @@ Library
Tools/Demos
-----------
- Tools/idle is gone; long live Lib/idlelib.
- diff.py is a new script for print file diffs in context, unified, or ndiff
formats. Provides an alternate command line interface to difflib.py.
...
...
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