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
81673b7b
Kaydet (Commit)
81673b7b
authored
May 09, 2008
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add a todo list to the module deletion command.
üst
54718dd6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
2 to 3 - Module Deletion.tmCommand
...-Dev.tmbundle/Commands/2 to 3 - Module Deletion.tmCommand
+7
-0
info.plist
Misc/TextMate/Python-Dev.tmbundle/info.plist
+2
-0
No files found.
Misc/TextMate/Python-Dev.tmbundle/Commands/2 to 3 - Module Deletion.tmCommand
Dosyayı görüntüle @
81673b7b
...
...
@@ -6,7 +6,14 @@
<string>
nop
</string>
<key>
command
</key>
<string>
#!/usr/bin/python
"""Generate code to warn about a module's removal in Python 3.0.
XXX Not supported:
- Module's in a package do not have their full name generated.
- Package's __init__ module; should detect and use the package's name instead.
- Extension modules; need to create template.
"""
template = """from warnings import warnpy3k
warnpy3k("the ${1:%s} module has been removed in Python 3.0", stacklevel=2)
del warnpy3k
...
...
Misc/TextMate/Python-Dev.tmbundle/info.plist
Dosyayı görüntüle @
81673b7b
...
...
@@ -22,10 +22,12 @@
<
string
>
Python-Dev
<
/string
>
<
k
e
y
>
ordering
<
/k
e
y
>
<
a
rr
a
y
>
<
string
>
9519C22B-6AB8-41A1-94F6-079E0B45C147
<
/string
>
<
string
>
B545BB1B-A8E1-426C-B50A-426E78B96D38
<
/string
>
<
string
>
6EF151E5-7149-4F82-8796-0CC40FE589FA
<
/string
>
<
string
>
FD25A8DC-22DC-4ED4-B222-B943C8A9117D
<
/string
>
<
string
>
BF336FFF-E14D-4BF1-A156-71CF768AC034
<
/string
>
<
string
>
EDBB037F-AAE3-4512-863F-D9AA82C9E51E
<
/string
>
<
/
a
rr
a
y
>
<
k
e
y
>
uuid
<
/k
e
y
>
<
string
>
A932ECD1-D43A-4F57-B7FB-A1CEC3B65D20
<
/string
>
...
...
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