New submission from shaw_koike <shaw.ko...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue40062> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com