Skip to content

_FetchURL() ignores _cache #9

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. Create an OAuthApi object.
2. Call GetFriends() on it.
3. Call GetFriends() again within _cache_timeout seconds.

What is the expected output? What do you see instead?
You only do one request to Twitter.  But because _FetchURL() forces
no_cache=True, you do two!

What version of the product are you using? On what operating system?
r8 from Subversion.

Please provide any additional information below.
I've attached a patch that fixes this problem.

Original issue reported on code.google.com by sfl...@gmail.com on 7 Jan 2010 at 10:49

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions