From: Benjamin Peterson Date: Sat, 15 May 2010 17:43:57 +0000 (+0000) Subject: fix one more runon X-Git-Tag: v3.2a1~802 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c3d21de0580995cc06b551c967cc4a9fa935775;p=thirdparty%2FPython%2Fcpython.git fix one more runon --- diff --git a/Misc/NEWS b/Misc/NEWS index a4a69388cf01..39231494e0d8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -14,8 +14,8 @@ Core and Builtins - Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode object to Py_FileSystemDefaultEncoding with the "surrogateescape" error - handler, return a bytes object. If Py_FileSystemDefaultEncoding is not set, - fall back to UTF-8. + handler, and return bytes. If Py_FileSystemDefaultEncoding is not set, fall + back to UTF-8. - Enable shortcuts for common encodings in PyUnicode_AsEncodedString() for any error handler, not only the default error handler (strict)