[Python-bugs-list] [ python-Bugs-740313 ] inconsist printing of longs

SourceForge.net noreply@sourceforge.net
Tue, 20 May 2003 01:11:02 -0700


Bugs item #740313, was opened at 2003-05-20 08:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=740313&group_id=5470

Category: None
Group: Python 2.2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: paul rubin (phr)
Assigned to: Nobody/Anonymous (nobody)
Summary: inconsist printing of longs

Initial Comment:
   print 2L, 3L

prints 2 3

   print (2L, 3L)

prints (2L, 3L)

The stuff that gets printed is different from the repr.
I don't think it was like that in Python 2.1.
This is a surprising inconsistency and may bite someone
sometime.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=740313&group_id=5470