Commit 0c3d21de authored by Benjamin Peterson's avatar Benjamin Peterson

fix one more runon

parent ccbd6943
...@@ -14,8 +14,8 @@ Core and Builtins ...@@ -14,8 +14,8 @@ Core and Builtins
- Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode - Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode
object to Py_FileSystemDefaultEncoding with the "surrogateescape" error object to Py_FileSystemDefaultEncoding with the "surrogateescape" error
handler, return a bytes object. If Py_FileSystemDefaultEncoding is not set, handler, and return bytes. If Py_FileSystemDefaultEncoding is not set, fall
fall back to UTF-8. back to UTF-8.
- Enable shortcuts for common encodings in PyUnicode_AsEncodedString() for any - Enable shortcuts for common encodings in PyUnicode_AsEncodedString() for any
error handler, not only the default error handler (strict) error handler, not only the default error handler (strict)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment