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 bsdphk, christian.heimes, martin.panter, r.david.murray, serhiy.storchaka, tuxtimo, vstinner, xiang.zhang
Date 2018-07-12.13:54:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531403642.49.0.56676864532.issue33687@psf.upfronthosting.co.za>
In-reply-to
Content
Is there really an use case which requires to set the permission of the file created by uu.decode()? It is already possible to call uu.decode() with an open file which has been created with the expected permission. Moreover, it's also possible to explicitly call chmod() *after* uu.decode().

I would suggest to deprecate the mode parameter in Python 3.7 and remove it from Python 3.8.
History
Date User Action Args
2018-07-12 13:54:02vstinnersetrecipients: + vstinner, christian.heimes, r.david.murray, martin.panter, serhiy.storchaka, bsdphk, xiang.zhang, tuxtimo
2018-07-12 13:54:02vstinnersetmessageid: <1531403642.49.0.56676864532.issue33687@psf.upfronthosting.co.za>
2018-07-12 13:54:02vstinnerlinkissue33687 messages
2018-07-12 13:54:02vstinnercreate