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
338d4185
Kaydet (Commit)
338d4185
authored
Ara 09, 2007
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use a versionchanged directive.
üst
e151ab42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
warnings.rst
Doc/library/warnings.rst
+5
-2
No files found.
Doc/library/warnings.rst
Dosyayı görüntüle @
338d4185
...
@@ -196,8 +196,11 @@ Available Functions
...
@@ -196,8 +196,11 @@ Available Functions
*module_globals*, if supplied, should be the global namespace in use by the code
*module_globals*, if supplied, should be the global namespace in use by the code
for which the warning is issued. (This argument is used to support displaying
for which the warning is issued. (This argument is used to support displaying
source for modules found in zipfiles or other non-filesystem import sources, and
source for modules found in zipfiles or other non-filesystem import
was added in Python 2.5.)
sources).
.. versionchanged:: 2.5
Added the `module_globals` parameter.
.. function:: warnpy3k(message[, category[, stacklevel]])
.. function:: warnpy3k(message[, category[, stacklevel]])
...
...
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