This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shaw_koike
Recipients ezio.melotti, shaw_koike, vstinner
Date 2020-03-25.14:09:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585145374.17.0.909964771668.issue40062@roundup.psfhosted.org>
In-reply-to
Content
When I use isalpha method with Japanese, I got it True whenever.

For example,

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

Is it the correct behavior?

Thanks for readning.
History
Date User Action Args
2020-03-25 14:09:34shaw_koikesetrecipients: + shaw_koike, vstinner, ezio.melotti
2020-03-25 14:09:34shaw_koikesetmessageid: <1585145374.17.0.909964771668.issue40062@roundup.psfhosted.org>
2020-03-25 14:09:34shaw_koikelinkissue40062 messages
2020-03-25 14:09:33shaw_koikecreate