summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-05-10 08:08:56 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-05-10 08:08:56 (GMT)
commite0a2b72e61a474dceb948be57cb2983f70ab07fb (patch)
treec3b566e210699b00932039c734bfeb74e24f06f9 /Misc
parentcf7925dfc61d770c58153fd96170192e11cf8f39 (diff)
downloadcpython-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/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1800a3a..7d5fc15 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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