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 terry.reedy
Recipients ezio.melotti, giampaolo.rodola, hynek, janssen, pitrou, schlamar, terry.reedy
Date 2012-05-26.03:12:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338001968.54.0.522564569046.issue14907@psf.upfronthosting.co.za>
In-reply-to
Content
There are other paramaters that take optional 'files'. Whatever change is made should be done uniformly for all.

'File' is unfortunately vague, as it could mean file object or file name or both. If file name, it could be str only or (for 2.7), str and unicode. I an not sure of what the 2.7 standard is, if there is one.

Allowing unicode could be seen as an enhancement, but it depends on the original intention and/or default 2.7 interpretation of 'file'.
History
Date User Action Args
2012-05-26 03:12:48terry.reedysetrecipients: + terry.reedy, janssen, pitrou, giampaolo.rodola, ezio.melotti, schlamar, hynek
2012-05-26 03:12:48terry.reedysetmessageid: <1338001968.54.0.522564569046.issue14907@psf.upfronthosting.co.za>
2012-05-26 03:12:47terry.reedylinkissue14907 messages
2012-05-26 03:12:47terry.reedycreate