IronLanguages / main

Work for this repo has moved to https://github.com/IronLanguages/ironpython2
1.16k stars 347 forks source link

"print 1," displays incorrectly from interactive sessions #307

Open ironpythonbot opened 9 years ago

ironpythonbot commented 9 years ago

E:\Main\Languages\IronPython\Tests>cpy Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.

print 1, 1 ^Z     E:\Main\Languages\IronPython\Tests>ipy IronPython 2.0 Alpha (2.0.0.800) on .NET 2.0.50727.1433 Copyright (c) Microsoft Corporation. All rights reserved. print 1, 1 >>>

Work Item Details

Original CodePlex Issue: Issue 14835 Status: Active Reason Closed: Unassigned Assigned to: Unassigned Reported on: Jan 21, 2008 at 8:14 PM Reported by: dfugate Updated on: Aug 2, 2013 at 6:35 AM Updated by: jdhardy Thanks: Seo Sanghyeon

ironpythonbot commented 9 years ago

On 2008-01-22 06:50:48 UTC, sanxiyn commented:

This is not limited to interactive sessions.

ironpythonbot commented 9 years ago

On 2011-08-02 13:13:19 UTC, slide_o_mix commented:

This is still around even on the latest trunk.