diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-05-10 08:08:56 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-05-10 08:08:56 (GMT) |
commit | e0a2b72e61a474dceb948be57cb2983f70ab07fb (patch) | |
tree | c3b566e210699b00932039c734bfeb74e24f06f9 /Misc | |
parent | cf7925dfc61d770c58153fd96170192e11cf8f39 (diff) | |
download | cpython-e0a2b72e61a474dceb948be57cb2983f70ab07fb.zip cpython-e0a2b72e61a474dceb948be57cb2983f70ab07fb.tar.gz cpython-e0a2b72e61a474dceb948be57cb2983f70ab07fb.tar.bz2 |
Rename the surrogates error handler to surrogatepass.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ Core and Builtins - Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences. Patch by Nick Barnes and Victor Stinner. -- Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. +- Issue #3672: Reject surrogates in utf-8 codec; add surrogatepass error handler. - Issue #5883: In the io module, the BufferedIOBase and TextIOBase ABCs have received a new method, detach(). detach() disconnects the underlying stream |