[Python-checkins] r81199 - python/branches/py3k/Misc/NEWS

benjamin.peterson python-checkins at python.org
Sat May 15 19:43:57 CEST 2010


Author: benjamin.peterson
Date: Sat May 15 19:43:57 2010
New Revision: 81199

Log:
fix one more runon

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sat May 15 19:43:57 2010
@@ -14,8 +14,8 @@
 
 - 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)


More information about the Python-checkins mailing list