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
026bcced
Kaydet (Commit)
026bcced
authored
Eyl 17, 2008
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Markup fixes
üst
b40890db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
2.6.rst
Doc/whatsnew/2.6.rst
+5
-7
No files found.
Doc/whatsnew/2.6.rst
Dosyayı görüntüle @
026bcced
...
...
@@ -2131,13 +2131,11 @@ changes, or look through the Subversion logs for all the details.
(Contributed by Christian Heimes and Mark Dickinson.)
* The :mod:`MimeWriter` module has been deprecated; use the email
* The :mod:`MimeWriter` module and :mod:`mimify` module
have been deprecated; use the :mod:`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
* The :mod:`md5` module has been deprecated; use the :mod:`hashlib` module
instead.
* :class:`mmap` objects now have a :meth:`rfind` method that searches for a
...
...
@@ -2235,7 +2233,7 @@ changes, or look through the Subversion logs for all the details.
opcodes
,
returning
a
shorter
pickle
that
contains
the
same
data
structure
.
(
Contributed
by
Raymond
Hettinger
.)
*
The
:
mod
:`
popen2
`
module
has
been
deprecated
;
use
the
subprocess
*
The
:
mod
:`
popen2
`
module
has
been
deprecated
;
use
the
:
mod
:`
subprocess
`
module
.
*
A
:
func
:`
get_data
`
function
was
added
to
the
:
mod
:`
pkgutil
`
...
...
@@ -2300,7 +2298,7 @@ changes, or look through the Subversion logs for all the details.
will now ignore exceptions triggered while evaluating a name.
(Fixed by Lorenz Quack; :issue:`2250`.)
* The :mod:`sha` module has been deprecated; use the
hashlib
module
* The :mod:`sha` module has been deprecated; use the
:mod:`hashlib`
module
instead.
* The :mod:`sched` module'
s
:
class
:`
scheduler
`
instances
now
...
...
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