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 eggy
Recipients eggy, pitrou
Date 2011-01-20.15:08:00
SpamBayes Score 0.009877525
Marked as misclassified No
Message-id <1295536084.89.0.370809856024.issue10956@psf.upfronthosting.co.za>
In-reply-to
Content
> Ok. This would only be done in buffered mode, though, so your fwrite.py example would have to be changed slightly (drop the ",0" in fdopen()).

Indeed, good catch. So apparently file.write (in buffered mode) is also "incorrect" in Python 3.
History
Date User Action Args
2011-01-20 15:08:04eggysetrecipients: + eggy, pitrou
2011-01-20 15:08:04eggysetmessageid: <1295536084.89.0.370809856024.issue10956@psf.upfronthosting.co.za>
2011-01-20 15:08:00eggylinkissue10956 messages
2011-01-20 15:08:00eggycreate