From b983aa0003026728b01705de043612b4ef1accfd Mon Sep 17 00:00:00 2001 From: Neil Schemenauer Date: Mon, 30 Dec 2002 20:22:23 +0000 Subject: [PATCH] Add news about fix for bug #624807. --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index fafe4179f7..774b7afbc3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -336,6 +336,10 @@ Core and builtins - Fixed bug #521782: when a file was in non-blocking mode, file.read() 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 ----------------- -- 2.40.0