[Python-checkins] r72215 - in python/branches/pep-0383: Misc/NEWS

martin.v.loewis python-checkins at python.org
Sat May 2 21:22:34 CEST 2009


Author: martin.v.loewis
Date: Sat May  2 21:22:34 2009
New Revision: 72215

Log:
Merged revisions 72208 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r72208 | martin.v.loewis | 2009-05-02 20:52:14 +0200 (Sa, 02 Mai 2009) | 3 lines
  
  Issue #3672: Reject surrogates in utf-8 codec; add surrogates error
  handler.
........


Modified:
   python/branches/pep-0383/   (props changed)
   python/branches/pep-0383/Misc/NEWS

Modified: python/branches/pep-0383/Misc/NEWS
==============================================================================
--- python/branches/pep-0383/Misc/NEWS	(original)
+++ python/branches/pep-0383/Misc/NEWS	Sat May  2 21:22:34 2009
@@ -12,6 +12,8 @@
 Core and Builtins
 -----------------
 
+- Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler.
+
 - Issue #5883: In the io module, the BufferedIOBase and TextIOBase ABCs have
   received a new method, detach().  detach() disconnects the underlying stream
   from the buffer or text IO and returns it.


More information about the Python-checkins mailing list