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
32083f64
Kaydet (Commit)
32083f64
authored
Agu 02, 2004
tarafından
Anthony Baxter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
notes for @decorator
üst
c2a5a636
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+6
-0
No files found.
Misc/ACKS
Dosyayı görüntüle @
32083f64
...
@@ -495,6 +495,7 @@ Donald Wallace Rouse II
...
@@ -495,6 +495,7 @@ Donald Wallace Rouse II
Audun S. Runde
Audun S. Runde
Jeff Rush
Jeff Rush
Sam Rushing
Sam Rushing
Mark Russell
Nick Russo
Nick Russo
Rich Salz
Rich Salz
Kevin Samborn
Kevin Samborn
...
...
Misc/NEWS
Dosyayı görüntüle @
32083f64
...
@@ -12,6 +12,12 @@ What's New in Python 2.4 alpha 2?
...
@@ -12,6 +12,12 @@ What's New in Python 2.4 alpha 2?
Core and builtins
Core and builtins
-----------------
-----------------
- PEP-0318, Function Decorators have been added to the language. These are
implemented using the Java-style @decorator syntax, like so:
@staticmethod
def foo(bar):
(The PEP needs to be updated to reflect this XXX before 2.4a2)
- When importing a module M raises an exception, Python no longer leaves M
- When importing a module M raises an exception, Python no longer leaves M
in sys.modules. Before 2.4a2 it did, and a subsequent import of M would
in sys.modules. Before 2.4a2 it did, and a subsequent import of M would
succeed, picking up a module object from sys.modules reflecting as much
succeed, picking up a module object from sys.modules reflecting as much
...
...
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