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 serhiy.storchaka
Recipients nickeubank, serhiy.storchaka, vstinner
Date 2016-03-21.17:14:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458580455.53.0.725436143662.issue26605@psf.upfronthosting.co.za>
In-reply-to
Content
Such function already exists in the stdlib! But with different order of arguments. See pathlib.Path.write_text().

Personally I'm very skeptical about usefulness of similar functions in the stdlib.
History
Date User Action Args
2016-03-21 17:14:15serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, nickeubank
2016-03-21 17:14:15serhiy.storchakasetmessageid: <1458580455.53.0.725436143662.issue26605@psf.upfronthosting.co.za>
2016-03-21 17:14:15serhiy.storchakalinkissue26605 messages
2016-03-21 17:14:15serhiy.storchakacreate