Merge pull request #1002 from passy/remove-artifacts

Remove testing artifacts
This commit is contained in:
Kenneth Reitz
2012-12-14 20:06:56 -08:00
4 changed files with 0 additions and 23 deletions
View File
-4
View File
@@ -1,4 +0,0 @@
from requests.packages import chardet
with open('test', 'rb') as f:
print(chardet.detect(f.read()))
-6
View File
@@ -1,6 +0,0 @@
import requests
r = requests.get('http://readability.com')
r.encoding = None
print(r.text)
-13
View File
@@ -1,13 +0,0 @@
{
"url": "http://httpbin.org/get",
"headers": {
"Content-Length": "",
"Connection": "keep-alive",
"Accept": "*/*",
"User-Agent": "curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8r zlib/1.2.5",
"Host": "httpbin.org",
"Content-Type": ""
},
"args": {},
"origin": "184.72.18.219"
}