Whitespace normalization.

This commit is contained in:
Tim Peters 2001-02-09 20:06:00 +00:00
parent 3c61c3525f
commit 658cba6706
8 changed files with 21 additions and 22 deletions

View file

@ -158,7 +158,7 @@ else:
return inst.fromchild, inst.tochild
__all__.extend(["Popen3", "Popen4"])
def _test():
cmd = "cat"
teststr = "ab cd\n"