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

Skip to content

Commit b983aa0

Browse files
committed
Add news about fix for bug #624807.
1 parent 0de926f commit b983aa0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,10 @@ Core and builtins
336336
- Fixed bug #521782: when a file was in non-blocking mode, file.read()
337337
could silently lose data or wrongly throw an unknown error.
338338

339+
- The sq_repeat, sq_inplace_repeat, sq_concat and sq_inplace_concat
340+
slots are now always tried after trying the corresponding nb_* slots.
341+
This fixes a number of minor bugs (see bug #624807).
342+
339343
Extension modules
340344
-----------------
341345

0 commit comments

Comments
 (0)