]> granicus.if.org Git - python/commit
Issue 20317: Remove debugging code from contextlib
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 24 Jan 2014 13:05:45 +0000 (23:05 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 24 Jan 2014 13:05:45 +0000 (23:05 +1000)
commitadd94c9d825dc2d870f6557e1d6510a82d3dba12
treee8f1fa62040ee9397326569dbd6aea32769b598c
parent5f6bf55965ad244bfbaf2fc7080ef55493b8360b
Issue 20317: Remove debugging code from contextlib

- Alex J Burke noticed a debugging raise in the commit that
  fixed the original bug reported in issue 20317
- this showed that multiple iterations through the affected
  loop wasn't actually being tested
Lib/contextlib.py
Lib/test/test_contextlib.py