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
f6a84f56
Kaydet (Commit)
f6a84f56
authored
Haz 22, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mention how to suppress warnings
üst
418e73d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+13
-3
No files found.
Doc/whatsnew/whatsnew25.tex
Dosyayı görüntüle @
f6a84f56
...
...
@@ -1174,6 +1174,16 @@ In Python 2.5, a new \exception{ImportWarning} warning is raised when
an import would have picked up a directory as a package but no
\file
{__
init
__
.py
}
was found. (Implemented by Thomas Wouters.)
To suppress these warnings, you can either supply
\command
{
-W'ignore:Not importing directory'
}
when running the Python
interpreter, or use the
\module
{
warnings
}
module to suppress the
message:
\begin{verbatim}
warnings.filterwarnings('ignore', 'Not importing directory',
ImportWarning)
\end{verbatim}
\item
The list of base classes in a class definition can now be empty.
As an example, this is now legal:
...
...
@@ -2396,8 +2406,8 @@ freed with the corresponding family's \cfunction{*_Free()} function.
The author would like to thank the following people for offering
suggestions, corrections and assistance with various drafts of this
article: Phillip J. Eby,
Kent Johnson, Martin von~L
\"
owis, Fredrik Lundh,
Gustavo Niemeyer, James Pryor, Mike Rovner, Scott Weikart, Barry Warsaw,
Thomas Wouters.
article: Phillip J. Eby,
"Ralf W. Grosse-Kunstleve, Kent Johnson,
Martin von~L
\"
owis, Fredrik Lundh, Gustavo Niemeyer, James Pryor, Mike
Rovner, Scott Weikart, Barry Warsaw,
Thomas Wouters.
\end{document}
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