|
|
|
Created:
16 years, 10 months ago by ajaksu Modified:
10 years, 1 month ago Reviewers:
Base URL:
http://rietveld.googlecode.com/svn/trunk/ Visibility:
Public. |
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
Patch Set 1 #
Total comments: 1
Total messages: 2
|
ajaksu
|
16 years, 10 months ago (2009年03月06日 14:42:30 UTC) #1 | ||||||||||||||
Checking what is send on a publish request http://codereview.appspot.com/25076/diff/1/2 File static/upload.py (right): http://codereview.appspot.com/25076/diff/1/2#newcode64 Line 64: #python static/upload.py -R 2771 -F msg66272 --send_mail test comment