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 jstasiak, martin.panter, pitrou, vstinner
Date 2016-02-05.12:13:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454674400.89.0.471444535501.issue26292@psf.upfronthosting.co.za>
In-reply-to
Content
> Is deprecating RawIOBase.writelines() an option, and only recommending BufferedIOBase.writelines() and TextIOBase.writelines()?

IMHO the problem is the same for other classes.
History
Date User Action Args
2016-02-05 12:13:20vstinnersetrecipients: + vstinner, pitrou, martin.panter, jstasiak
2016-02-05 12:13:20vstinnersetmessageid: <1454674400.89.0.471444535501.issue26292@psf.upfronthosting.co.za>
2016-02-05 12:13:20vstinnerlinkissue26292 messages
2016-02-05 12:13:20vstinnercreate