Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #101806

Re: print size limit

From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: print size limit
Date 2016-01-17 00:54 +1100
Message-ID <mailman.39.1452952500.15297.python-list@python.org> (permalink)
References <e49a178c-f0ac-4b97-822c-ab3549ddae46@googlegroups.com>

Show all headers | View raw


On Sun, Jan 17, 2016 at 12:48 AM,  <gliesian66@gmail.com> 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 on the print statement or the print statement nested in a for loop?
> --

Shouldn't be. Can you post your code?

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

print size limit gliesian66@gmail.com - 2016-01-16 05:48 -0800
  Re: print size limit Chris Angelico <rosuav@gmail.com> - 2016-01-17 00:54 +1100
  Re: print size limit Steven D'Aprano <steve@pearwood.info> - 2016-01-17 09:01 +1100

csiph-web