Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5346b68

Browse files
committed
Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator.
2 parents 319d58d + b0f9fa7 commit 5346b68

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

Misc/NEWS

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,16 @@ Core and Builtins
2525

2626
- Issue #17522: Add the PyGILState_Check() API.
2727

28+
- Issue #17327: Add PyDict_SetDefault.
29+
30+
Library
31+
-------
32+
2833
- Issue #16475: Support object instancing, recursion and interned strings
2934
in marshal
3035

36+
- Issue #17502: Process DEFAULT values in mock side_effect that returns iterator.
37+
3138
- Use the HTTPS PyPI url for upload, overriding any plain HTTP URL in pypirc.
3239

3340
- Issue #16795: On the ast.arguments object, unify vararg with varargannotation
@@ -40,20 +47,24 @@ Core and Builtins
4047
- Issue #17117: Import and @importlib.util.set_loader now set __loader__ when
4148
it has a value of None or the attribute doesn't exist.
4249

43-
- Issue #17327: Add PyDict_SetDefault.
44-
4550
- Issue #17032: The "global" in the "NameError: global name 'x' is not defined"
4651
error message has been removed. Patch by Ram Rachum.
4752

53+
54+
What's New in Python 3.3.1 release candidate 1?
55+
===============================================
56+
57+
*Release date: 24-Mar-2013*
58+
59+
Core and Builtins
60+
-----------------
61+
4862
- Issue #17328: Fix possible refleak in dict.setdefault.
4963

5064
- Issue #17223: array module: Fix a crasher when converting an array containing
5165
invalid characters (outside range [U+0000; U+10ffff]) to Unicode:
5266
repr(array), str(array) and array.tounicode(). Patch written by Manuel Jacob.
5367

54-
- Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character outside
55-
the range U+0000-U+10ffff.
56-
5768
- Issue #17275: Corrected class name in init error messages of the C version of
5869
BufferedWriter and BufferedRandom.
5970

0 commit comments

Comments
 (0)