Re: print size limit

2016-01-16 Thread Steven D'Aprano
On Sun, 17 Jan 2016 12:48 am, gliesia...@gmail.com wrote: > I'm doing a format conversion and all works fine until I add another 100 > characters... And then what happens? How many characters do you convert before that point? What does this "format conversion" do? > haven't determined exactl

Re: print size limit

2016-01-16 Thread Chris Angelico
On Sun, Jan 17, 2016 at 12:48 AM, wrote: > I'm doing a format conversion and all works fine until I add another 100 > characters... haven't determined exactly where the breaking point is... but > the initial conversion gets truncated and then fixes itself a little while > in. Is there a limit

print size limit

2016-01-16 Thread gliesian66
I'm doing a format conversion and all works fine until I add another 100 characters... haven't determined exactly where the breaking point is... but the initial conversion gets truncated and then fixes itself a little while in. Is there a limit on the print statement or the print statement nest