[Python-checkins] r76832 - python/branches/py3k

r.david.murray python-checkins at python.org
Mon Dec 14 18:11:00 CET 2009


Author: r.david.murray
Date: Mon Dec 14 18:11:00 2009
New Revision: 76832

Log:
Blocked revisions 76831 via svnmerge

........
  r76831 | r.david.murray | 2009-12-14 11:28:26 -0500 (Mon, 14 Dec 2009) | 6 lines
  
  Issue #1680159: unicode coercion during an 'in' operation was masking
  any errors that might occur during coercion of the left operand and
  turning them into a TypeError with a message text that was confusing in
  the given context.  This patch lets any errors through, as was already
  done during coercion of the right hand side.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list