Message336462
| Author | steven.daprano |
|---|---|
| Recipients | StyXman, mark.dickinson, steven.daprano, xtreak |
| Date | 2019-02-24.11:13:40 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <20190224111329.GT4465@ando.pearwood.info> |
| In-reply-to | <1551006461.71.0.390771447441.issue36100@roundup.psfhosted.org> |
| Content | |
|---|---|
On Sun, Feb 24, 2019 at 11:07:41AM +0000, Karthikeyan Singaravelan wrote: > Is this worth an FAQ or an addition to the existing note on int that > specifies characters should belong to 'Nd' category to add a note that > str.isdecimal should return True Yes, I think that there should be a FAQ about the differences between isdigit, isdecimal and isnumeric, pointing to the relevant Unicode documentation. I would also like to see a briefer note added to each of the string methods docstrings as well. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-24 11:13:40 | steven.daprano | set | recipients: + steven.daprano, mark.dickinson, StyXman, xtreak |
| 2019-02-24 11:13:40 | steven.daprano | link | issue36100 messages |
| 2019-02-24 11:13:40 | steven.daprano | create | |