cChardet/.github/ISSUE_TEMPLATE.md

25 lines
300 B
Markdown
Raw Normal View History

2017-04-10 02:44:04 +00:00
### Python version
```bash
$ python --version
```
``<INPUT PYTHON VERSION>``
### cChardet version
```python
import cchardet
print(cchardet.__version__)
```
``<INPUT CCHARDET VERSION>``
### What is the problem?
#### Expected behavior
#### Actual behavior
#### Steps to reproduce the behavior