• Guido van Rossum's avatar
    ZEOStorage cleanliness nits: · 24ab25d2
    Guido van Rossum authored
    - It never uses self.conn.  So don't store it.
    
    - Make a check in register() that register() isn't called twice.  If
      it is, log a message and raise ValueError.
    24ab25d2
StorageServer.py 22 KB