[issue11568] docstring of select.epoll.register() is wrong

2011-06-27 Thread Sandro Tosi
Sandro Tosi added the comment: Ah, I find the test file name a bit unhappy (why not test select.epoll in test_select? or add select in the filename?) but since it's covered - I'm fine! :) Next time I'll grep instead of simple file glob - thanks for your help, Senthil. -- ___

[issue11568] docstring of select.epoll.register() is wrong

2011-06-26 Thread Senthil Kumaran
Senthil Kumaran added the comment: On Sun, Jun 26, 2011 at 03:12:30PM +, Sandro Tosi wrote: > The patch is fine: but would you be interested in trying to write a > unittest for select.epoll.register ? it would be really nice to This is covered in test_epoll.py -- nosy: +orsenthil

[issue11568] docstring of select.epoll.register() is wrong

2011-06-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset a6586cb660dc by Senthil Kumaran in branch '2.7': Fix closes issue 11568 - update select.epoll.register docstring with mention of correct behavior. http://hg.python.org/cpython/rev/a6586cb660dc -- ___ Py

[issue11568] docstring of select.epoll.register() is wrong

2011-06-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0610f70e6694 by Senthil Kumaran in branch '3.2': Fix closes issue 11568 - update select.epoll.register docstring with mention of correct behavior. http://hg.python.org/cpython/rev/0610f70e6694 -- nosy: +python-dev resolution: -> fixed sta

[issue11568] docstring of select.epoll.register() is wrong

2011-06-26 Thread Sandro Tosi
Sandro Tosi added the comment: The patch is fine: but would you be interested in trying to write a unittest for select.epoll.register ? it would be really nice to start having 'select' tested (oh no, don't ask me how to test select since I have no idea :)). -- nosy: +sandro.tosi stage

[issue11568] docstring of select.epoll.register() is wrong

2011-03-17 Thread Gennadiy Zlobin
Gennadiy Zlobin added the comment: The patch fixes the docstring -- keywords: +patch nosy: +gennad Added file: http://bugs.python.org/file21265/11568.patch ___ Python tracker __

[issue11568] docstring of select.epoll.register() is wrong

2011-03-17 Thread Gennadiy Zlobin
Changes by Gennadiy Zlobin : -- assignee: -> docs@python components: +Documentation nosy: +docs@python type: -> behavior ___ Python tracker ___

[issue11568] docstring of select.epoll.register() is wrong

2011-03-16 Thread Markus Korn
New submission from Markus Korn : select.epoll.register raises an IOError for already registered fds, however the docstring says the fd gets modified: Python 2.7.1+ (r271:86832, Feb 24 2011, 15:00:15) [GCC 4.5.2] on linux2 Type "help", "copyright", "credits" or "license" for more information.