summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2002-12-30 20:22:23 (GMT)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2002-12-30 20:22:23 (GMT)
commitb983aa0003026728b01705de043612b4ef1accfd (patch)
treed582e00a51bb56e355ef5d3e8490c8e4e244bb5c
parent0de926fd121236eeac66c4066bf3747406cdc061 (diff)
downloadcpython-b983aa0003026728b01705de043612b4ef1accfd.zip
cpython-b983aa0003026728b01705de043612b4ef1accfd.tar.gz
cpython-b983aa0003026728b01705de043612b4ef1accfd.tar.bz2
Add news about fix for bug #624807.
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fafe417..774b7af 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
-----------------