cfpb / regulations-site

(DEPRECATED) Web interface for viewing U.S. federal regulations and other regulatory information
Other
28 stars 43 forks source link

Dynamic Call to cache regulations #681

Closed DarthDippy closed 9 years ago

grapesmoker commented 9 years ago

Minor note: in applications where you're making REST API calls or otherwise handling requests, you might want to consider the Python requests module (http://docs.python-requests.org/en/latest/) rather than doing it via urlllib.

khandelwal commented 9 years ago

Where are the tests?

khandelwal commented 9 years ago

Also, this code doesn't conform to the PEP8 coding standards. I think PEP8 is used everywhere else.