| Index: git_cl.py
 | 
| diff --git a/git_cl.py b/git_cl.py
 | 
| index 3ee62f6b3a2a5ef25c564313fc0dc9e078107890..d83365032273d74f16d2f662eaf2713db578b458 100755
 | 
| --- a/git_cl.py
 | 
| +++ b/git_cl.py
 | 
| @@ -1668,7 +1668,8 @@ def SendUpstream(parser, args, cmd):
 | 
|    if options.contributor:
 | 
|      commit_desc.append_footer('Patch from %s.' % options.contributor)
 | 
|  
 | 
| -  print 'Description:', repr(commit_desc.description)
 | 
| +  print('Description:')
 | 
| +  print(commit_desc.description)
 | 
|  
 | 
|    branches = [base_branch, cl.GetBranchRef()]
 | 
|    if not options.force:
 | 
| 
 |