This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ajaksu2
Recipients ajaksu2, loewis
Date 2009-03-06.14:42:32
SpamBayes Score 0.04451482
Marked as misclassified No
Message-id <00221532c414675ecf0464744bc2@google.com>
In-reply-to
Content
Reviewers: ,

Description:
 From http://bugs.python.org/issue2771

"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?"

Description fetched from: http://bugs.python.org/msg66272

Please review this at http://codereview.appspot.com/25076

Affected files:
   M     static/upload.py
History
Date User Action Args
2009-03-06 14:42:34ajaksu2setrecipients: + loewis
2009-03-06 14:42:32ajaksu2linkissue2771 messages
2009-03-06 14:42:32ajaksu2create