[ python-Bugs-1181939 ] asyncore.loop() documentation

SourceForge.net noreply at sourceforge.net
Wed Apr 13 04:12:45 CEST 2005


Bugs item #1181939, was opened at 2005-04-13 11:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1181939&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Graham (gumleef)
Assigned to: Nobody/Anonymous (nobody)
Summary: asyncore.loop() documentation

Initial Comment:
Document at http://docs.python.org/lib/module-asyncore.html
says that the map dictionary is updated in the asyncore
class's __init__() method (and to make sure you extend
this if you wish to retain this behaviour).

This is not the case. The map dictionary is updated by
asyncore.create_socket(). asyncore does not need to be
extended to retain the mapping behaviour the
documentation refers to.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1181939&group_id=5470


More information about the Python-bugs-list mailing list