Menu

#2790 Implicit prints at the interactive command line need some work

nextrelease
open
nobody
None
5
3 days ago
3 days ago
No

Implicit prints at the interactive command line need some work:

AP> map(str,xrange(1997,2017))
Traceback (innermost last):
  (no code object) at line 0
  File "<string>", line 1
    print '['1997', '1998', '1999', '2000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010', '2011', '2012', '2013', '2014', '2015', '2016']'

I've also noticed things that don't print when they should, though I can't find an example of this right now.

Discussion