]> granicus.if.org Git - python/commit
Blocked revisions 76831 via svnmerge
authorR. David Murray <rdmurray@bitdance.com>
Mon, 14 Dec 2009 18:03:08 +0000 (18:03 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 14 Dec 2009 18:03:08 +0000 (18:03 +0000)
commit0866bb92b228975daca2312a6dd5ce7f00277b35
tree798d5f17189ac2c08c56cf1f1ceee7fe54044242
parenta6fd2b2d6adbe62f317150e30fb107ac2242ff5d
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.
........