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 methane, pitrou, vstinner
Date 2017-06-30.12:31:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498825865.15.0.267860619189.issue30815@psf.upfronthosting.co.za>
In-reply-to
Content
There was a discussion to use an adaptative implementation depending *how* the API is used. Write only is different than write, seek back, write, read, seek, etc.

The idea was used unicode writer when it's the most efficient, write only, and switch to something else (ex: current code) when other methods are used.

See bpo-15612.
History
Date User Action Args
2017-06-30 12:31:05vstinnersetrecipients: + vstinner, pitrou, methane
2017-06-30 12:31:05vstinnersetmessageid: <1498825865.15.0.267860619189.issue30815@psf.upfronthosting.co.za>
2017-06-30 12:31:05vstinnerlinkissue30815 messages
2017-06-30 12:31:04vstinnercreate