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 brett.cannon, christian.heimes, serhiy.storchaka, socketpair, vstinner
Date 2017-01-09.20:53:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483995207.79.0.185295068823.issue29214@psf.upfronthosting.co.za>
In-reply-to
Content
open(..., opener=partial(os.open, mode=0o644))

Not every combination of functions deserves a new parameter of a builtin.
History
Date User Action Args
2017-01-09 20:53:27serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, vstinner, christian.heimes, socketpair
2017-01-09 20:53:27serhiy.storchakasetmessageid: <1483995207.79.0.185295068823.issue29214@psf.upfronthosting.co.za>
2017-01-09 20:53:27serhiy.storchakalinkissue29214 messages
2017-01-09 20:53:27serhiy.storchakacreate