[Python-checkins] r79277 - python/branches/release31-maint

victor.stinner python-checkins at python.org
Mon Mar 22 13:14:00 CET 2010


Author: victor.stinner
Date: Mon Mar 22 13:13:59 2010
New Revision: 79277

Log:
Blocked revisions 79276 via svnmerge

Python 3.1 doesn't support unicode events.

........
  r79276 | victor.stinner | 2010-03-22 13:11:44 +0100 (lun., 22 mars 2010) | 7 lines

  Fix a crash in _elementtree related to lone unicode surrogates.

  Fix a segfault on:

     >>> import _elementtree
     >>> _elementtree.iterparse('/bin/sh', ("\uDC80", "\ud808\udf45"))
........


Modified:
   python/branches/release31-maint/   (props changed)


More information about the Python-checkins mailing list