mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
35 lines
497 B
Markdown
35 lines
497 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
|
|
---
|
|
|
|
Summary.
|
|
|
|
## Expected Result
|
|
|
|
What you expected.
|
|
|
|
## Actual Result
|
|
|
|
What happened instead.
|
|
|
|
## Reproduction Steps
|
|
|
|
```python
|
|
import requests
|
|
|
|
```
|
|
|
|
## System Information
|
|
|
|
$ python -m requests.help
|
|
|
|
```
|
|
<paste here>
|
|
```
|
|
|
|
This command is only available on Requests v2.16.4 and greater. Otherwise,
|
|
please provide some basic information about your system (Python version,
|
|
operating system, &c).
|