[issue19234] socket.fileno() documentation

2016-06-06 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue19234] socket.fileno() documentation

2016-06-05 Thread Jelle Zijlstra
Jelle Zijlstra added the comment: This looks fixed. -- nosy: +Jelle Zijlstra resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue19234] socket.fileno() documentation

2016-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset d83007ab69e2 by Kushal Das in branch '3.5': Issue #19234: Documents socket.fileno() returns -1 on failure https://hg.python.org/cpython/rev/d83007ab69e2 New changeset 3c745b656dca by Kushal Das in branch 'default': Issue #19234: Merge from 3.5 https

[issue19234] socket.fileno() documentation

2016-06-02 Thread Zachary Ware
Zachary Ware added the comment: I think the additions are redundant; pick one or the other. The first should be sufficient. -- nosy: +zach.ware stage: -> patch review versions: +Python 2.7, Python 3.5, Python 3.6 ___ Python tracker

[issue19234] socket.fileno() documentation

2016-06-02 Thread Kushal Das
Kushal Das added the comment: Adds more lines to explain the behavior of socket.fileno() in case of error. -- keywords: +patch nosy: +kushal.das Added file: http://bugs.python.org/file43103/issue19234.patch ___ Python tracker

[issue19234] socket.fileno() documentation

2013-10-12 Thread Antoine Pitrou
Antoine Pitrou added the comment: Indeed, this should probably be documented as-is - or, if we want to change the behaviour, discussed on python-dev first. -- nosy: +pitrou ___ Python tracker _

[issue19234] socket.fileno() documentation

2013-10-12 Thread R. David Murray
R. David Murray added the comment: See also issue 19154. For consistency with the rest of Python it should probably raise ValueError. But at this point it has done what it does for a long time (which is to return what the underlying posix function returns), so we should probably just documen

[issue19234] socket.fileno() documentation

2013-10-12 Thread Georg Brandl
New submission from Georg Brandl: Original-Nachricht Betreff: [docs] socket.fileno() documentation Datum: Thu, 10 Oct 2013 19:27:35 +0200 Von: Vlado Potisk An: d...@python.org I might be wrong but in my opinion the socket library documentation is not clear enough regarding the