187
187
are returned as NoSuchFile. Other exceptions will propagate as normal.
188
188
This allows debuging of actual errors. (Robert Collins)
191
191
to apis like 'put', 'get' and 'has'. This is to provide consistent
194
194
* Transports can register using ``register_lazy_transport``, and they
195
195
will be loaded when first used. (Martin Pool)