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
461f41df
Kaydet (Commit)
461f41df
authored
Eyl 26, 2012
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add a few entries to whatsnew/3.3.rst.
üst
fc349216
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
3.3.rst
Doc/whatsnew/3.3.rst
+35
-0
No files found.
Doc/whatsnew/3.3.rst
Dosyayı görüntüle @
461f41df
...
...
@@ -1257,6 +1257,31 @@ side channel attacks on digests through timing analysis.
(
Contributed
by
Nick
Coghlan
and
Christian
Heimes
in
issue
:`
15061
`)
html
.
entities
-------------
A
new
:
data
:`~
html
.
entities
.
html5
`
dictionary
that
maps
HTML5
named
character
references
to
the
equivalent
Unicode
character
(
s
)
(
e
.
g
.
``
html5
[
'gt;'
]
==
'>'
``)
has
been
added
to
the
:
mod
:`
html
.
entities
`
module
.
The
dictionary
is
now
also
used
by
:
class
:`~
html
.
parser
.
HTMLParser
`.
(
Contributed
by
Ezio
Melotti
in
:
issue
:`
11113
`
and
:
issue
:`
15156
`)
html
.
parser
-----------
:
class
:`~
html
.
parser
.
HTMLParser
`
is
now
able
to
parse
broken
markup
without
raising
errors
,
therefore
the
*
strict
*
argument
of
the
constructor
and
the
:
exc
:`~
html
.
parser
.
HTMLParseError
`
exception
are
now
deprecated
.
The
ability
to
parse
broken
markup
is
the
result
of
a
number
of
bug
fixes
that
are
also
available
on
the
latest
bug
fix
releases
of
Python
2.7
/
3.2
.
(
Contributed
by
Ezio
Melotti
in
:
issue
:`
15114
`,
and
:
issue
:`
14538
`,
:
issue
:`
13993
`,
:
issue
:`
13960
`,
:
issue
:`
13358
`,
:
issue
:`
1745761
`,
:
issue
:`
755670
`,
:
issue
:`
13357
`,
:
issue
:`
12629
`,
:
issue
:`
1200313
`,
:
issue
:`
670664
`,
:
issue
:`
13273
`,
:
issue
:`
12888
`,
:
issue
:`
7311
`)
imaplib
-------
...
...
@@ -1699,6 +1724,16 @@ The new functions `types.new_class` and `types.prepare_class` provide support
for
PEP
3115
compliant
dynamic
type
creation
.
(:
issue
:`
14588
`)
unittest
--------
:
meth
:`.
assertRaises
`,
:
meth
:`.
assertRaisesRegex
`,
:
meth
:`.
assertWarns
`,
and
:
meth
:`.
assertWarnsRegex
`
now
accept
a
keyword
argument
*
msg
*
when
used
as
context
managers
.
(
Contributed
by
Ezio
Melotti
and
Winston
Ewert
in
:
issue
:`
10775
`)
urllib
------
...
...
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