STINNER Victor <victor.stin...@gmail.com> added the comment: > As I keep saying on python-dev: I think that the argument list for a function > should be stable.
There are some other functions with strange/variable prototype: http://docs.python.org/dev/library/fcntl.html?highlight=ioctl#fcntl.ioctl http://docs.python.org/dev/library/mmap.html?highlight=mmap.mmap#mmap.mmap (and maybe others) These Python functions are thin wrapper of the C function, that's why their prototype can be surprising. ---------- _______________________________________ 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