-
Notifications
You must be signed in to change notification settings - Fork 431
Begin transport module for httplib2 specific pieces. #559
Conversation
d94fc85
to
959a672
Compare
self.cache.pop(key, None) | ||
|
||
|
||
def get_cached_http(): |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This is a good first step but I'm interested in how you'll make this swappable. |
@jonparrott Before making swappable, the goal is to just make the boundary explicit (see the plan in #128). |
Gotcha. Okay. I'm fine with this. Nathaniel to merge. On Wed, Jul 20, 2016, 8:00 PM Danny Hermes [email protected] wrote:
|
dict, the copied headers or a new dictionary if the headers | ||
were null. | ||
""" | ||
if headers is None: |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Looks mostly good. |
959a672
to
8ae72c6
Compare
@nathanielmanistaatgoogle Addressed the comments I could and gave an answer to the one I couldn't about non-public imports |
Looks great; merge (with squashed commits) when tests repass. |
8ae72c6
to
213050d
Compare
See #558 about coverage failing. Not my sword to fall on here. Merging. |
Towards #554.