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 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com