iterative / iterative/PyDrive2
expose close methods
オープン
enhancement
- 主要言語
- Python
- スター
- 670
- フォーク
- 75
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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
コントリビューションガイド
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- api
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 42/100