• Guido van Rossum's avatar
    Address Chris McDonough's request: make the ClientStorage() · f8411024
    Guido van Rossum authored
    constructor signature backwards compatible with ZEO 1.  This means
    adding wait_for_server_on_startup and debug options.
    wait_for_server_on_startup is an alias for wait, which makes the
    argument decoding for these two a little tricky.  debug is ignored.
    
    Also change the default of wait to True, like it was in ZEO 1.  This
    is less likely to screw naive customers.
    f8411024
ClientStorage.py 20.2 KB