This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fva
Recipients fva
Date 2014-12-12.21:28:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418419698.58.0.173848086418.issue23043@psf.upfronthosting.co.za>
In-reply-to
Content
>>> from __future__ import print_function
>>> print (1,2)
1 2

in interactive session, but, with this 3 lines in tmp.txt:

python -m doctest tmp.txt 

fails (prints tuple)
History
Date User Action Args
2014-12-12 21:28:18fvasetrecipients: + fva
2014-12-12 21:28:18fvasetmessageid: <1418419698.58.0.173848086418.issue23043@psf.upfronthosting.co.za>
2014-12-12 21:28:18fvalinkissue23043 messages
2014-12-12 21:28:18fvacreate