iterative / iterative/PyDrive2
expose close methods
Abierto
enhancement
- Lenguaje dominante
- Python
- Estrellas
- 670
- Forks
- 75
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
There should be a `close` method exposed (for example for `MediaIoReadable`) to close the underlying connection.
The underlying `httplib2` library (https://github.com/httplib2/httplib2/blob/master/python3/httplib2/__init__.py) seems to auto-`close()` on `Exception` or on `HEAD` requests but not otherwise (i.e. not on deletion).
- related #20
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.