]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove a bare try/except completely -- it just did not make sense!
authorFred Drake <fdrake@acm.org>
Fri, 11 May 2001 19:25:08 +0000 (19:25 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 11 May 2001 19:25:08 +0000 (19:25 +0000)
commit6f6a14f888a80d97c846cd777a452c45acfc9fdc
tree56e49dc789cb071323488d3d404f3b8d5a9ef1a1
parente8187615e281c409516b64eda5f7a5a56274e5a1
Remove a bare try/except completely -- it just did not make sense!

Add a comment elsewhere making clear an assumption in the code.
Lib/formatter.py