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
d664db8a
Kaydet (Commit)
d664db8a
authored
Mar 14, 2014
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
whatsnew: difflib.isbjunk &c were removed, not deprecated.
Also move NEWS item to correct position (it was in 3.3).
üst
44b03c5b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
3.4.rst
Doc/whatsnew/3.4.rst
+6
-4
NEWS
Misc/NEWS
+3
-2
No files found.
Doc/whatsnew/3.4.rst
Dosyayı görüntüle @
d664db8a
...
@@ -2051,10 +2051,6 @@ using ``-Wd``).
...
@@ -2051,10 +2051,6 @@ using ``-Wd``).
Deprecations in the Python API
Deprecations in the Python API
------------------------------
------------------------------
* :meth:`difflib.SequenceMatcher.isbjunk` and
:meth:`difflib.SequenceMatcher.isbpopular` were removed: use ``x in sm.bjunk`` and
``x in sm.bpopular``, where *sm* is a :class:`~difflib.SequenceMatcher` object.
* As mentioned in :ref:`whatsnew-pep-451`, a number of :mod:`importilb`
* As mentioned in :ref:`whatsnew-pep-451`, a number of :mod:`importilb`
methods and functions are deprecated: :meth:`importlib.find_loader` is
methods and functions are deprecated: :meth:`importlib.find_loader` is
replaced by :func:`importlib.util.find_spec`;
replaced by :func:`importlib.util.find_spec`;
...
@@ -2194,6 +2190,12 @@ removed:
...
@@ -2194,6 +2190,12 @@ removed:
that do not have a __format__ method that handles it. See :issue:`7994` for
that do not have a __format__ method that handles it. See :issue:`7994` for
background.
background.
* :meth:`difflib.SequenceMatcher.isbjunk` and
:meth:`difflib.SequenceMatcher.isbpopular` were deprecated in 3.2, and have
now been removed: use ``x in sm.bjunk`` and
``x in sm.bpopular``, where *sm* is a :class:`~difflib.SequenceMatcher` object
(:issue:`13248`).
Code Cleanups
Code Cleanups
-------------
-------------
...
...
Misc/NEWS
Dosyayı görüntüle @
d664db8a
...
@@ -3077,6 +3077,9 @@ Library
...
@@ -3077,6 +3077,9 @@ Library
- Issue #17467: add readline and readlines support to mock_open in
- Issue #17467: add readline and readlines support to mock_open in
unittest.mock.
unittest.mock.
- Issue #13248: removed deprecated and undocumented difflib.isbjunk,
isbpopular.
- Issue #17192: Update the ctypes module'
s
libffi
to
v3
.0.13
.
This
- Issue #17192: Update the ctypes module'
s
libffi
to
v3
.0.13
.
This
specifically
addresses
a
stack
misalignment
issue
on
x86
and
issues
on
specifically
addresses
a
stack
misalignment
issue
on
x86
and
issues
on
some
more
recent
platforms
.
some
more
recent
platforms
.
...
@@ -4512,8 +4515,6 @@ Core and Builtins
...
@@ -4512,8 +4515,6 @@ Core and Builtins
Library
Library
-------
-------
-
Issue
#
13248
:
removed
deprecated
and
undocumented
difflib
.
isbjunk
,
isbpopular
.
-
Issue
#
13370
:
Ensure
that
ctypes
works
on
Mac
OS
X
when
Python
is
compiled
-
Issue
#
13370
:
Ensure
that
ctypes
works
on
Mac
OS
X
when
Python
is
compiled
using
the
clang
compiler
.
using
the
clang
compiler
.
...
...
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