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 giampaolo.rodola, larry, loewis, neologix, serhiy.storchaka, vstinner
Date 2012-06-23.08:24:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340439848.2747.111.camel@raxxla>
In-reply-to <1340438620.56.0.199968059324.issue15078@psf.upfronthosting.co.za>
Content
> I personally like the change, except for `flags` argument collapsing. Imagine what mmap's prototype would look like if we used list of optional arguments instead of a flag...

What's wrong with mmap? It uses list of optional arguments (`flags`,
`prot`, `access`) and not only one `flags` argument.
History
Date User Action Args
2012-06-23 08:24:13serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, vstinner, larry, giampaolo.rodola, neologix
2012-06-23 08:24:10serhiy.storchakalinkissue15078 messages
2012-06-23 08:24:08serhiy.storchakacreate