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
a77d0c36
Kaydet (Commit)
a77d0c36
authored
Mar 21, 2014
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #19165: The formatter module graduates to full deprecation.
üst
9ab74801
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
3.5.rst
Doc/whatsnew/3.5.rst
+2
-1
formatter.py
Lib/formatter.py
+1
-1
NEWS
Misc/NEWS
+3
-0
No files found.
Doc/whatsnew/3.5.rst
Dosyayı görüntüle @
a77d0c36
...
@@ -165,7 +165,8 @@ Unsupported Operating Systems
...
@@ -165,7 +165,8 @@ Unsupported Operating Systems
Deprecated Python modules, functions and methods
Deprecated Python modules, functions and methods
------------------------------------------------
------------------------------------------------
* None yet.
* The :mod:`formatter` module has now graduated to full deprecation and is still
slated for removal in Python 3.6.
Deprecated functions and types of the C API
Deprecated functions and types of the C API
...
...
Lib/formatter.py
Dosyayı görüntüle @
a77d0c36
...
@@ -21,7 +21,7 @@ manage and inserting data into the output.
...
@@ -21,7 +21,7 @@ manage and inserting data into the output.
import
sys
import
sys
import
warnings
import
warnings
warnings
.
warn
(
'the formatter module is deprecated and will be removed in '
warnings
.
warn
(
'the formatter module is deprecated and will be removed in '
'Python 3.6'
,
Pending
DeprecationWarning
)
'Python 3.6'
,
DeprecationWarning
)
AS_IS
=
None
AS_IS
=
None
...
...
Misc/NEWS
Dosyayı görüntüle @
a77d0c36
...
@@ -23,6 +23,9 @@ Core and Builtins
...
@@ -23,6 +23,9 @@ Core and Builtins
Library
Library
-------
-------
- Issue #19165: The formatter module now raises DeprecationWarning instead of
PendingDeprecationWarning.
- Issue #13936: Remove the ability of datetime.time instances to be considered
- Issue #13936: Remove the ability of datetime.time instances to be considered
false in boolean contexts.
false in boolean contexts.
...
...
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