iterative / iterative/PyDrive2
expose close methods
- Lingua principale
- Python
- Stelle
- 670
- Fork
- 75
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Start with MediaIoReadable and related issue #20, then inspect how the httplib2 connection is held and how deletion requests are handled. Done means the relevant readable resource exposes a close method that closes the underlying connection; compare this with httplib2's documented behavior.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- api
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 42/100