BS-Labs

Results 2 issues of BS-Labs

Just adds a __dir__() method to protocol.rq.GetAttrData which allows the _data dict's keys to show as instance attributes. Allows for better introspection, and also enables auto-completion in, e.g., REPL.

Not really worth a pull request, I think: stop-docserver never un-sets *global-acceptor*, causing start-docserver to emit an error. Steps to reproduce: ``` CL-USER> (docbrowser:start-docserver) CL-USER> (docbrowser:stop-docserver) CL-USER> (docbrowser:start-docserver) ``` Error:...