[New-bugs-announce] [issue40062] islapha method returns True when the word is japanese

shaw_koike report at bugs.python.org
Wed Mar 25 10:09:34 EDT 2020


New submission from shaw_koike <shaw.koike at gmail.com>:

When I use isalpha method with Japanese, I got it True whenever.

For example,

```
>>> "あいう".isalpha()
True
```

Is it the correct behavior?

Thanks for readning.

----------
components: Unicode
messages: 364988
nosy: ezio.melotti, shaw_koike, vstinner
priority: normal
severity: normal
status: open
title: islapha method returns True when the word is japanese
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40062>
_______________________________________


More information about the New-bugs-announce mailing list