projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0de926f
)
Add news about fix for bug #624807.
author
Neil Schemenauer
<nascheme@enme.ucalgary.ca>
Mon, 30 Dec 2002 20:22:23 +0000
(20:22 +0000)
committer
Neil Schemenauer
<nascheme@enme.ucalgary.ca>
Mon, 30 Dec 2002 20:22:23 +0000
(20:22 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index fafe4179f7d0e6dd5c117235a056e647af121736..774b7afbc3b1cd5e2bea615aa35026a89853e0cb 100644
(file)
--- 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
-----------------