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
6d6bd443
Kaydet (Commit)
6d6bd443
authored
Tem 15, 2008
tarafından
Nick Coghlan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add missing NEWS entry for r64962
üst
53663a69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
NEWS
Misc/NEWS
+7
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
6d6bd443
...
@@ -10,6 +10,13 @@ What's New in Python 2.6 beta 2?
...
@@ -10,6 +10,13 @@ What's New in Python 2.6 beta 2?
Core and Builtins
Core and Builtins
-----------------
-----------------
- Issue #2235: __hash__ is once again inherited by default. To allow
collections.Hashable to remain meaningful in the presence of the
default hash implementation (object.__hash__), it is now possible
to explicit block inheritance of hash by setting __hash__=None at
the Python level, or tp_hash=PyObject_HashNotImplemented at the C
level.
- Issue #3221: Issue a RuntimeWarning instead of raising SystemError if
- Issue #3221: Issue a RuntimeWarning instead of raising SystemError if
the parent module cannot be found while performing an absolute import.
the parent module cannot be found while performing an absolute import.
This means that an incorrectly defined __package__ attribute will
This means that an incorrectly defined __package__ attribute will
...
...
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