[Bug 476823] [NEW] pyinotify.Notifier.check_events() has lost all of its parameters

Andrew Pollock apollock at google.com
Fri Nov 6 19:34:04 UTC 2009


Public bug reported:

pyinotify.Notifier.check_events() no longer takes any parameters, but
the docstring suggests that it should.

pydoc from Hardy

pyinotify.Notifier.check_events = check_events(self, timeout=4000) unbound pyinotify.Notifier method
    Check for new events available to read, blocks up to timeout
    milliseconds.
    
    @param timeout: The timeout is passed on to select.poll(), thus
                    timeout=0 means 'return immediately', timeout>0
                    means 'wait up to timeout milliseconds' and
                    timeout=None means 'wait eternally', i.e. block.
    @type timeout: int
    @return: New events to read.
    @rtype: bool

pydoc from Karmic

pyinotify.Notifier.check_events = check_events(self) unbound pyinotify.Notifier method
    Check for new events available to read, blocks up to timeout
    milliseconds.
    
    @return: New events to read.
    @rtype: bool

** Affects: pyinotify (Ubuntu)
     Importance: Undecided
         Status: New

** Bug watch added: trac.dbzteam.org/pyinotify/ #32
   http://trac.dbzteam.org/pyinotify/ticket/32

-- 
pyinotify.Notifier.check_events() has lost all of its parameters
https://bugs.launchpad.net/bugs/476823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list