Command line [Ctrl+X] works wrongly (wrong encoding) in Py2
Open
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 245
- Avg merge
- 13m
- Merged PRs (30d)
- 5
Description
Output for Python 3.7.3, Python2.7.16, Python3 in pudb 2019.2:
```
>>> u'\xf6' == u'ö'
True
```
Output for Python 2.7.16 (and 2.7.15) in pudb 2019.2
```
>>> u'\xf6' == u'ö'
False
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.