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
93c8cad6
Kaydet (Commit)
93c8cad6
authored
Ock 18, 2011
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More nits.
üst
7ec790d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
3.2.rst
Doc/whatsnew/3.2.rst
+5
-6
No files found.
Doc/whatsnew/3.2.rst
Dosyayı görüntüle @
93c8cad6
...
@@ -513,21 +513,20 @@ Some smaller changes made to the core Python language are:
...
@@ -513,21 +513,20 @@ Some smaller changes made to the core Python language are:
This means that C structures like those returned by :func:`os.stat`,
This means that C structures like those returned by :func:`os.stat`,
:func:`time.gmtime`, and :func:`sys.version_info` now work like a
:func:`time.gmtime`, and :func:`sys.version_info` now work like a
:term:`named tuple` and now work with functions and methods that
:term:`named tuple` and now work with functions and methods that
expect a tuple as an argument. Th
e
is a big step forward in making the C
expect a tuple as an argument. Th
is
is a big step forward in making the C
structures as flexible as their pure Python counterparts.
structures as flexible as their pure Python counterparts.
(Suggested by Arfrever Frehtes Taifersar Arahesis and implemented
(Suggested by Arfrever Frehtes Taifersar Arahesis and implemented
by Benjamin Peterson in :issue:`8413`.)
by Benjamin Peterson in :issue:`8413`.)
* Warnings are now easier to control. A :envvar:`PYTHONWARNINGS` environment
* Warnings are now easier to contro b using the :envvar:`PYTHONWARNINGS`
variable is now available as an alternative to using ``-W`` at the command
environment variable as an alternative to using ``-W`` at the command line.
line.
(Suggested by Barry Warsaw and implemented by Philip Jenvey in :issue:`7301`.)
(Suggested by Barry Warsaw and implemented by Philip Jenvey in :issue:`7301`.)
* A new warning category, :exc:`ResourceWarning`, has been added. It is
* A new warning category, :exc:`ResourceWarning`, has been added. It is
emitted when potential issues with resource consumption or cleanup
emitted when potential issues with resource consumption or cleanup
are detected. It is silenced by default in normal release builds
,
but
are detected. It is silenced by default in normal release builds but
can be enabled through the means provided by the :mod:`warnings`
can be enabled through the means provided by the :mod:`warnings`
module, or on the command line.
module, or on the command line.
...
@@ -579,7 +578,7 @@ Some smaller changes made to the core Python language are:
...
@@ -579,7 +578,7 @@ Some smaller changes made to the core Python language are:
(See :issue:`10518`.)
(See :issue:`10518`.)
* Python's import mechanism can now load module installed in directories with
* Python's import mechanism can now load module
s
installed in directories with
non-ASCII characters in the path name.
non-ASCII characters in the path name.
(Required extensive work by Victor Stinner in :issue:`9425`.)
(Required extensive work by Victor Stinner in :issue:`9425`.)
...
...
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