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
aa1919d2
Kaydet (Commit)
aa1919d2
authored
Tem 05, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove remaining references to OverflowWarning.
üst
b4a6a566
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
python.vim
Misc/Vim/python.vim
+1
-1
cheatsheet
Misc/cheatsheet
+0
-1
No files found.
Misc/Vim/python.vim
Dosyayı görüntüle @
aa1919d2
...
@@ -85,7 +85,7 @@ if exists("python_highlight_exceptions")
...
@@ -85,7 +85,7 @@ if exists("python_highlight_exceptions")
syn
keyword pythonException LookupError OSError DeprecationWarning
syn
keyword pythonException LookupError OSError DeprecationWarning
syn
keyword pythonException UnicodeError UnicodeEncodeError
syn
keyword pythonException UnicodeError UnicodeEncodeError
syn
keyword pythonException FloatingPointError ReferenceError NameError
syn
keyword pythonException FloatingPointError ReferenceError NameError
syn
keyword pythonException
OverflowWarning
IOError SyntaxError
syn
keyword pythonException IOError SyntaxError
syn
keyword pythonException FutureWarning ImportWarning SystemExit
syn
keyword pythonException FutureWarning ImportWarning SystemExit
syn
keyword pythonException Exception EOFError StandardError ValueError
syn
keyword pythonException Exception EOFError StandardError ValueError
syn
keyword pythonException TabError KeyError ZeroDivisionError SystemError
syn
keyword pythonException TabError KeyError ZeroDivisionError SystemError
...
...
Misc/cheatsheet
Dosyayı görüntüle @
aa1919d2
...
@@ -1135,7 +1135,6 @@ Exception>
...
@@ -1135,7 +1135,6 @@ Exception>
DeprecationWarning
DeprecationWarning
PendingDeprecationWarning
PendingDeprecationWarning
SyntaxWarning
SyntaxWarning
OverflowWarning
RuntimeWarning
RuntimeWarning
FutureWarning
FutureWarning
...
...
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