Changeset 754

Show
Ignore:
Timestamp:
03/30/04 14:28:32 (4 years ago)
Author:
brian
Message:

Documentation fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RBFoundation/RBFoundation/SmartSelect.py

    r401 r754  
    3030probably wondering why.  Well, my reason is interface.  Asyncore was great inspiration, 
    3131but I wanted to have less assumption that the objects were sockets; simply objects  
    32 compatable with select.select.  Secondly, objects derived from SmartSelectBase should 
     32compatible with select.select.  Secondly, objects derived from SmartSelectBase should 
    3333be as easily run as if they were collected into a larger group.  Finally, I wanted the 
    3434collections to feel like just that: collections of selectable objects.  (dict, list, or single)