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 vstinner
Recipients amaury.forgeotdarc, casevh, neologix, pitrou, santoso.wijaya, vstinner
Date 2011-03-04.09:32:13
SpamBayes Score 0.0023975635
Marked as misclassified No
Message-id <1299231134.38.0.856860991539.issue11395@psf.upfronthosting.co.za>
In-reply-to
Content
Extract of issue #1602:
<< WriteConsoleW has one bug that I know of, which is that it <a href="http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1232">fails when writing more than 26608 characters at once</a>. That's easy to work around by limiting the amount of data passed in a single call. >>

I suppose that os.write(1) does indirectly write into the Windows console which has this limit.
History
Date User Action Args
2011-03-04 09:32:14vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, casevh, neologix, santoso.wijaya
2011-03-04 09:32:14vstinnersetmessageid: <1299231134.38.0.856860991539.issue11395@psf.upfronthosting.co.za>
2011-03-04 09:32:13vstinnerlinkissue11395 messages
2011-03-04 09:32:13vstinnercreate