Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Victor is talking about inspect.signature(). In Python 3.5+ the result is "(fd, 
/)". In older versions it raises a ValueError. The docstring in 3.4 is 'dup(fd) 
-> fd2\n\nReturn a duplicate of a file descriptor.' It doesn't contain 
information that dup() returns int. It contains implicit information that dup() 
perhaps returns other file descriptor, but this is already explicitly 
documented by words. I don't see a loss of information here.

----------

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

Reply via email to