commit | 961b91bd3c48af639acbf20bbf15a85e7152ff6e | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 02 13:53:55 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 02 13:53:55 2006 +0000 |
tree | 4431b108f80ee972a2796bee6272523d1560d200 | |
parent | 5c387f2e5d4f21f9e8104d4d5410fc1fd91fa7e9 [diff] [blame] |
Correction of patch #1455898: In the mbcs decoder, set final=False for stream decoder, but final=True for the decode function.
diff --git a/Misc/NEWS b/Misc/NEWS index 13323f5..1923b4f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -64,6 +64,9 @@ Library ------- +- Correction of patch #1455898: In the mbcs decoder, set final=False + for stream decoder, but final=True for the decode function. + - os.urandom no longer masks unrelated exceptions like SystemExit or KeyboardInterrupt.