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
4da1da09
Kaydet (Commit)
4da1da09
authored
Eyl 17, 2008
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#3888: add some deprecated modules in whatsnew.
üst
6be425c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
2.6.rst
Doc/whatsnew/2.6.rst
+18
-1
No files found.
Doc/whatsnew/2.6.rst
Dosyayı görüntüle @
4da1da09
...
@@ -1794,7 +1794,6 @@ changes, or look through the Subversion logs for all the details.
...
@@ -1794,7 +1794,6 @@ changes, or look through the Subversion logs for all the details.
:mod:`mimetools`,
:mod:`mimetools`,
:mod:`multifile`,
:mod:`multifile`,
:mod:`new`,
:mod:`new`,
:mod:`popen2`,
:mod:`pure`,
:mod:`pure`,
:mod:`statvfs`,
:mod:`statvfs`,
:mod:`sunaudiodev`,
:mod:`sunaudiodev`,
...
@@ -2132,6 +2131,15 @@ changes, or look through the Subversion logs for all the details.
...
@@ -2132,6 +2131,15 @@ changes, or look through the Subversion logs for all the details.
(Contributed by Christian Heimes and Mark Dickinson.)
(Contributed by Christian Heimes and Mark Dickinson.)
* The :mod:`MimeWriter` module has been deprecated; use the email
package instead.
* The :mod:`mimify` module has been deprecated; use the email package
instead.
* The :mod:`md5` module has been deprecated; use the hashlib module
instead.
* :class:`mmap` objects now have a :meth:`rfind` method that searches for a
* :class:`mmap` objects now have a :meth:`rfind` method that searches for a
substring beginning at the end of the string and searching
substring beginning at the end of the string and searching
backwards. The :meth:`find` method also gained an *end* parameter
backwards. The :meth:`find` method also gained an *end* parameter
...
@@ -2214,6 +2222,9 @@ changes, or look through the Subversion logs for all the details.
...
@@ -2214,6 +2222,9 @@ changes, or look through the Subversion logs for all the details.
and
can
optionally
take
new
command
-
line
arguments
for
the
program
.
and
can
optionally
take
new
command
-
line
arguments
for
the
program
.
(
Contributed
by
Rocky
Bernstein
;
:
issue
:`
1393667
`.)
(
Contributed
by
Rocky
Bernstein
;
:
issue
:`
1393667
`.)
*
The
:
mod
:`
posixfile
`
module
has
been
deprecated
;
:
func
:`
fcntl
.
lockf
`
provides
better
locking
.
The
:
func
:`
post_mortem
`
function
,
used
to
begin
debugging
a
The
:
func
:`
post_mortem
`
function
,
used
to
begin
debugging
a
traceback
,
will
now
use
the
traceback
returned
by
:
func
:`
sys
.
exc_info
`
traceback
,
will
now
use
the
traceback
returned
by
:
func
:`
sys
.
exc_info
`
if
no
traceback
is
supplied
.
(
Contributed
by
Facundo
Batista
;
if
no
traceback
is
supplied
.
(
Contributed
by
Facundo
Batista
;
...
@@ -2224,6 +2235,9 @@ changes, or look through the Subversion logs for all the details.
...
@@ -2224,6 +2235,9 @@ changes, or look through the Subversion logs for all the details.
opcodes
,
returning
a
shorter
pickle
that
contains
the
same
data
structure
.
opcodes
,
returning
a
shorter
pickle
that
contains
the
same
data
structure
.
(
Contributed
by
Raymond
Hettinger
.)
(
Contributed
by
Raymond
Hettinger
.)
*
The
:
mod
:`
popen2
`
module
has
been
deprecated
;
use
the
subprocess
module
.
*
A
:
func
:`
get_data
`
function
was
added
to
the
:
mod
:`
pkgutil
`
*
A
:
func
:`
get_data
`
function
was
added
to
the
:
mod
:`
pkgutil
`
module
that
returns
the
contents
of
resource
files
included
module
that
returns
the
contents
of
resource
files
included
with
an
installed
Python
package
.
For
example
::
with
an
installed
Python
package
.
For
example
::
...
@@ -2286,6 +2300,9 @@ changes, or look through the Subversion logs for all the details.
...
@@ -2286,6 +2300,9 @@ changes, or look through the Subversion logs for all the details.
will now ignore exceptions triggered while evaluating a name.
will now ignore exceptions triggered while evaluating a name.
(Fixed by Lorenz Quack; :issue:`2250`.)
(Fixed by Lorenz Quack; :issue:`2250`.)
* The :mod:`sha` module has been deprecated; use the hashlib module
instead.
* The :mod:`sched` module'
s
:
class
:`
scheduler
`
instances
now
* The :mod:`sched` module'
s
:
class
:`
scheduler
`
instances
now
have
a
read
-
only
:
attr
:`
queue
`
attribute
that
returns
the
have
a
read
-
only
:
attr
:`
queue
`
attribute
that
returns
the
contents
of
the
scheduler
's queue, represented as a list of
contents
of
the
scheduler
's queue, represented as a list of
...
...
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