[issue5626] misleading comment in socket.gethostname() documentation

2016-01-19 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker

[issue5626] misleading comment in socket.gethostname() documentation

2016-01-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset e1a711808cfe by Berker Peksag in branch '3.5': Issue #5626: Remove misleading comment from socket.gethostname() documentation https://hg.python.org/cpython/rev/e1a711808cfe New changeset 689f881dd5d1 by Berker Peksag in branch 'default': Issue

[issue5626] misleading comment in socket.gethostname() documentation

2016-01-19 Thread Berker Peksag
Berker Peksag added the comment: I agree with Chris and Ned. I will apply issue5626_v1.diff today. -- stage: -> commit review type: -> behavior versions: +Python 3.5, Python 3.6 -Python 2.6, Python 3.0, Python 3.1 ___ Python tracker

[issue5626] misleading comment in socket.gethostname() documentation

2016-01-18 Thread Senthil Kumaran
Senthil Kumaran added the comment: Given that we have not received any more reports on users tripping up on this message, it seems to me that we could just ignore this report and close it. Thoughts? -- nosy: +orsenthil ___ Python tracker

[issue5626] misleading comment in socket.gethostname() documentation

2014-03-02 Thread Chris Angelico
Chris Angelico added the comment: Python doesn't currently have any sort of function for fetching all a computer's IPs, as far as I know, but if there is one (either now or in the future), it would be good to link to that from there. Here's how to get your host name. And if you're interested,

[issue5626] misleading comment in socket.gethostname() documentation

2012-03-01 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file24698/issue5626_v1.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5626 ___

[issue5626] misleading comment in socket.gethostname() documentation

2012-03-01 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5626 ___ ___

[issue5626] misleading comment in socket.gethostname() documentation

2010-07-31 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: georg.brandl - d...@python nosy: +d...@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5626 ___

[issue5626] misleading comment in socket.gethostname() documentation

2009-03-31 Thread Ned Deily
New submission from Ned Deily n...@acm.org: The documentation for socket.gethostname() contains the following comment: If you want to know the current machine’s IP address, you may want to use gethostbyname(gethostname()). This operation assumes that there is a valid address-to-host mapping