Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(90)

Issue 25076: [issue2771] test issue

Can't Edit
Can't Publish+Mail
Start Review
Created:
3 years, 2 months ago by ajaksu
Modified:
2 years, 9 months ago
Reviewers:
Base URL:
http://rietveld.googlecode.com/svn/trunk/
Visibility:
Public.

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

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M static/upload.py View 6 chunks +51 lines, -3 lines 1 comment Download

Messages

Total messages: 2
ajaksu
3 years, 2 months ago #1
ajaksu
3 years, 1 month ago #2
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
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 855:fffdfa546f68