Serhiy Storchaka <storch...@gmail.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15078>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to