-
```
line 62 :
self.connection.request(oauth_request.http_method, self.request_token_url,
headers=oauth_request.to_header())
second argument should be a path not the full url .
GET http://xxx.xxx…
-
```
line 62 :
self.connection.request(oauth_request.http_method, self.request_token_url,
headers=oauth_request.to_header())
second argument should be a path not the full url .
GET http://xxx.xxx…
-
```
line 62 :
self.connection.request(oauth_request.http_method, self.request_token_url,
headers=oauth_request.to_header())
second argument should be a path not the full url .
GET http://xxx.xxx…
-
```
line 62 :
self.connection.request(oauth_request.http_method, self.request_token_url,
headers=oauth_request.to_header())
second argument should be a path not the full url .
GET http://xxx.xxx…
-
```
line 62 :
self.connection.request(oauth_request.http_method, self.request_token_url,
headers=oauth_request.to_header())
second argument should be a path not the full url .
GET http://xxx.xxx…
-
```
line 62 :
self.connection.request(oauth_request.http_method, self.request_token_url,
headers=oauth_request.to_header())
second argument should be a path not the full url .
GET http://xxx.xxx…
-
```
line 62 :
self.connection.request(oauth_request.http_method, self.request_token_url,
headers=oauth_request.to_header())
second argument should be a path not the full url .
GET http://xxx.xxx…
-
```
line 62 :
self.connection.request(oauth_request.http_method, self.request_token_url,
headers=oauth_request.to_header())
second argument should be a path not the full url .
GET http://xxx.xxx…
-
```
line 62 :
self.connection.request(oauth_request.http_method, self.request_token_url,
headers=oauth_request.to_header())
second argument should be a path not the full url .
GET http://xxx.xxx…
-
BPO | [13559](https://bugs.python.org/issue13559)
--- | :---
Nosy | @orsenthil, @giampaolo, @tiran, @benjaminp, @merwok, @vadmium, @moreati
Dependencies | bpo-17552: Add a new socket.sendfile() method…