[New-bugs-announce] [issue2771] test issue

Guido van Rossum report at bugs.python.org
Mon May 5 18:40:46 CEST 2008


New submission from Guido van Rossum <guido at python.org>:

This is a very long line.  I am wondering how it will be wrapped. What
will happen to this exceedingly long line? Will it be wrapped? Will it?
Really? What will happen?

Here's an example:

  def fact(n):
    if n > 1:
      return n * fact(n-1)
    else:
      assert n in (0, 1)
      return 1

What do you think of that?

----------
messages: 66272
nosy: gvanrossum
severity: normal
status: open
title: test issue

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2771>
__________________________________


More information about the New-bugs-announce mailing list