Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Bugs

[issue6451] Additional brackets to print

 

 

Python bugs RSS feed   Index | Next | Previous | View Threaded


report at bugs

Jul 9, 2009, 1:16 PM

Post #1 of 1 (147 views)
Permalink
[issue6451] Additional brackets to print

New submission from Vasiliy <bazooka [at] megabox>:

from __future__ import print_function
print('Foo','Bar')
print('FooBar')

2to3 translates it to

print(('Foo','Bar'))
print('FooBar')

is it right?

----------
components: 2to3 (2.x to 3.0 conversion tool)
files: test.py
messages: 90349
nosy: bazooka
severity: normal
status: open
title: Additional brackets to print
type: behavior
Added file: http://bugs.python.org/file14479/test.py

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue6451>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com

Python bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.