Commit b983aa00 authored by Neil Schemenauer's avatar Neil Schemenauer

Add news about fix for bug #624807.

parent 0de926fd
...@@ -336,6 +336,10 @@ Core and builtins ...@@ -336,6 +336,10 @@ Core and builtins
- Fixed bug #521782: when a file was in non-blocking mode, file.read() - Fixed bug #521782: when a file was in non-blocking mode, file.read()
could silently lose data or wrongly throw an unknown error. could silently lose data or wrongly throw an unknown error.
- The sq_repeat, sq_inplace_repeat, sq_concat and sq_inplace_concat
slots are now always tried after trying the corresponding nb_* slots.
This fixes a number of minor bugs (see bug #624807).
Extension modules Extension modules
----------------- -----------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment