Kaydet (Commit) 7a801839 authored tarafından Jonathan Eunice's avatar Jonathan Eunice Kaydeden (comit) Mariatta

bpo-30620: Remove dead lines from textwrap.dedent (GH-2064)

üst 214f7eed
......@@ -450,8 +450,6 @@ def dedent(text):
if x != y:
margin = margin[:i]
break
else:
margin = margin[:len(indent)]
# sanity check (testing/debugging only)
if 0 and margin:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment