diff options
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2002-12-30 20:22:23 (GMT) |
---|---|---|
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2002-12-30 20:22:23 (GMT) |
commit | b983aa0003026728b01705de043612b4ef1accfd (patch) | |
tree | d582e00a51bb56e355ef5d3e8490c8e4e244bb5c | |
parent | 0de926fd121236eeac66c4066bf3747406cdc061 (diff) | |
download | cpython-b983aa0003026728b01705de043612b4ef1accfd.zip cpython-b983aa0003026728b01705de043612b4ef1accfd.tar.gz cpython-b983aa0003026728b01705de043612b4ef1accfd.tar.bz2 |
Add news about fix for bug #624807.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ----------------- |