projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
946f7ec
)
bunk
author
Kenneth Reitz
<me@kennethreitz.com>
Thu, 8 Mar 2012 00:54:53 +0000
(16:54 -0800)
committer
Kenneth Reitz
<me@kennethreitz.com>
Thu, 8 Mar 2012 00:54:53 +0000
(16:54 -0800)
test.py
[deleted file]
patch
|
blob
|
history
diff --git
a/test.py
b/test.py
deleted file mode 100644
(file)
index
f7506d4
..0000000
--- a/
test.py
+++ /dev/null
@@
-1,7
+0,0 @@
-import requests
-
-s = requests.session()
-s.config['encode_urls'] = False
-
-r = s.get('http://localhost:7077/get?me=\"')
-print r.text