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
5346b685
Kaydet (Commit)
5346b685
authored
Nis 08, 2013
tarafından
Andrew Svetlov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator.
üst
319d58d5
b0f9fa7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
5 deletions
+16
-5
NEWS
Misc/NEWS
+16
-5
No files found.
Misc/NEWS
Dosyayı görüntüle @
5346b685
...
...
@@ -25,9 +25,16 @@ Core and Builtins
-
Issue
#
17522
:
Add
the
PyGILState_Check
()
API
.
-
Issue
#
17327
:
Add
PyDict_SetDefault
.
Library
-------
-
Issue
#
16475
:
Support
object
instancing
,
recursion
and
interned
strings
in
marshal
-
Issue
#
17502
:
Process
DEFAULT
values
in
mock
side_effect
that
returns
iterator
.
-
Use
the
HTTPS
PyPI
url
for
upload
,
overriding
any
plain
HTTP
URL
in
pypirc
.
-
Issue
#
16795
:
On
the
ast
.
arguments
object
,
unify
vararg
with
varargannotation
...
...
@@ -40,20 +47,24 @@ Core and Builtins
-
Issue
#
17117
:
Import
and
@
importlib
.
util
.
set_loader
now
set
__loader__
when
it
has
a
value
of
None
or
the
attribute
doesn
't exist.
- Issue #17327: Add PyDict_SetDefault.
- Issue #17032: The "global" in the "NameError: global name '
x
' is not defined"
error message has been removed. Patch by Ram Rachum.
What'
s
New
in
Python
3.3.1
release
candidate
1
?
===============================================
*
Release
date
:
24
-
Mar
-
2013
*
Core
and
Builtins
-----------------
-
Issue
#
17328
:
Fix
possible
refleak
in
dict
.
setdefault
.
-
Issue
#
17223
:
array
module
:
Fix
a
crasher
when
converting
an
array
containing
invalid
characters
(
outside
range
[
U
+
0000
;
U
+
10f
fff
])
to
Unicode
:
repr
(
array
),
str
(
array
)
and
array
.
tounicode
().
Patch
written
by
Manuel
Jacob
.
- Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character outside
the range U+0000-U+10ffff.
-
Issue
#
17275
:
Corrected
class
name
in
init
error
messages
of
the
C
version
of
BufferedWriter
and
BufferedRandom
.
...
...
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