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
b34c3f40
Kaydet (Commit)
b34c3f40
authored
Eyl 17, 2008
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Note sqlite3 version; move item
üst
24c9021e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
2.6.rst
Doc/whatsnew/2.6.rst
+7
-3
No files found.
Doc/whatsnew/2.6.rst
Dosyayı görüntüle @
b34c3f40
...
@@ -2295,9 +2295,6 @@ changes, or look through the Subversion logs for all the details.
...
@@ -2295,9 +2295,6 @@ 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 :mod:`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
...
@@ -2315,6 +2312,9 @@ changes, or look through the Subversion logs for all the details.
...
@@ -2315,6 +2312,9 @@ changes, or look through the Subversion logs for all the details.
* The :mod:`sets` module has been deprecated; it'
s
better
to
* The :mod:`sets` module has been deprecated; it'
s
better
to
use
the
built
-
in
:
class
:`
set
`
and
:
class
:`
frozenset
`
types
.
use
the
built
-
in
:
class
:`
set
`
and
:
class
:`
frozenset
`
types
.
*
The
:
mod
:`
sha
`
module
has
been
deprecated
;
use
the
:
mod
:`
hashlib
`
module
instead
.
*
The
:
func
:`
shutil
.
copytree
`
function
now
has
an
optional
*
ignore
*
argument
*
The
:
func
:`
shutil
.
copytree
`
function
now
has
an
optional
*
ignore
*
argument
that
takes
a
callable
object
.
This
callable
will
receive
each
directory
path
that
takes
a
callable
object
.
This
callable
will
receive
each
directory
path
and
a
list
of
the
directory
's contents, and returns a list of names that
and
a
list
of
the
directory
's contents, and returns a list of names that
...
@@ -2400,6 +2400,10 @@ changes, or look through the Subversion logs for all the details.
...
@@ -2400,6 +2400,10 @@ changes, or look through the Subversion logs for all the details.
(Contributed by Pedro Werneck and Jeffrey Yasskin;
(Contributed by Pedro Werneck and Jeffrey Yasskin;
:issue:`742598`, :issue:`1193577`.)
:issue:`742598`, :issue:`1193577`.)
* The :mod:`sqlite3` module, maintained by Gerhard Haering,
has been updated from version 2.3.2 in Python 2.5 to
version 2.4.1.
* The :mod:`struct` module now supports the C99 :ctype:`_Bool` type,
* The :mod:`struct` module now supports the C99 :ctype:`_Bool` type,
using the format character ``'
?
'``.
using the format character ``'
?
'``.
(Contributed by David Remahl.)
(Contributed by David Remahl.)
...
...
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