[Python-bugs-list] [ python-Feature Requests-491033 ] asyncore - api doesn't provide doneevent

noreply@sourceforge.net noreply@sourceforge.net
Mon, 10 Dec 2001 09:41:02 -0800


Feature Requests item #491033, was opened at 2001-12-09 22:00
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=355470&aid=491033&group_id=5470

>Category: Python Library
Group: None
Status: Open
Priority: 5
Submitted By: Joseph Wayne Norton (natsukashi)
Assigned to: Nobody/Anonymous (nobody)
Summary: asyncore - api doesn't provide doneevent

Initial Comment:

The asyncore api doesn't provide a way to invoke the
"loop" method but to only perform one iteration. 

Since the loop method does some selection of which poll
method to call before entering the while loop, I have
to duplicate the same behavior in my own
"dooneiteration" method.

I would like some functionality similar to the Tk
interp model where one can enter the mainloop or simply
do one event.  

regards,

- joe n.



----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2001-12-10 09:41

Message:
Logged In: YES 
user_id=31435

The Feature Requests tracker didn't have any Categories 
defined.  I defined the same ones as the Bug tracker has, 
and purt this report in category "Python Library".

----------------------------------------------------------------------

Comment By: Tim Peters (tim_one)
Date: 2001-12-10 09:15

Message:
Logged In: YES 
user_id=31435

Moved to the Feature Request tracker.

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-12-10 06:47

Message:
Logged In: YES 
user_id=6380

If you can supply a decent patch, we'd happily apply it to
Python 2.3.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=355470&aid=491033&group_id=5470