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 olemis
Recipients olemis, tarek
Date 2010-05-03.12:43:56
SpamBayes Score 0.00025734236
Marked as misclassified No
Message-id <1272890639.26.0.821067455807.issue8604@psf.upfronthosting.co.za>
In-reply-to
Content
Often I have the contents to be written in a file at a given path that
I know as well. I recently tried to find a function in stdlib to do
that and to my surprise this is what I found :

 - Such function exists
 - It's `distutils.file_util.write_file`

IMO the last place where people'd look for such a function is inside
`distutils` package. Besides I reviewed modules listed under `File and
directory access` category in `Library Reference` and found nothing
even similar.

The idea is to provide a a similar function in `shutils` module
History
Date User Action Args
2010-05-03 12:43:59olemissetrecipients: + olemis, tarek
2010-05-03 12:43:59olemissetmessageid: <1272890639.26.0.821067455807.issue8604@psf.upfronthosting.co.za>
2010-05-03 12:43:57olemislinkissue8604 messages
2010-05-03 12:43:57olemiscreate