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
36d1f3eb
Kaydet (Commit)
36d1f3eb
authored
Şub 07, 2009
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add a note for importlib about backporting some of functools.wraps functionality.
üst
06c9d96b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
NOTES
Lib/importlib/NOTES
+4
-1
No files found.
Lib/importlib/NOTES
Dosyayı görüntüle @
36d1f3eb
...
@@ -3,6 +3,8 @@ to do
...
@@ -3,6 +3,8 @@ to do
* Extract test_path_hooks constants into a util module for extension testing.
* Extract test_path_hooks constants into a util module for extension testing.
* Backport a poor-man's functools.wraps.
* Implement PEP 302 protocol for loaders (should just be a matter of testing).
* Implement PEP 302 protocol for loaders (should just be a matter of testing).
+ Built-in.
+ Built-in.
...
@@ -40,9 +42,10 @@ to do
...
@@ -40,9 +42,10 @@ to do
* bytecode_path
* bytecode_path
* write_bytecode (not abstract)
* write_bytecode (not abstract)
+ util
+ util
(for decorators, make sure to wrap with functools.wraps)
- get_module decorator (rename: module_for_loader)
- get_module decorator (rename: module_for_loader)
- set___package__ decorator
+ machinery
+ machinery
...
...
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