Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de926f commit b983aa0Copy full SHA for b983aa0
1 file changed
Misc/NEWS
@@ -336,6 +336,10 @@ Core and builtins
336
- Fixed bug #521782: when a file was in non-blocking mode, file.read()
337
could silently lose data or wrongly throw an unknown error.
338
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
+
343
Extension modules
344
-----------------
345
0 commit comments