Message362023
To be more precise, one could use
^(?!\d)(\w+)(\.(?!\d)(\w+))* for _DOTTED_WORDS and use the re.U flag when compiling the pattern. That should match any packages where segments start with a letter and continue with alphanumerics. Do you agree? |
|
| Date |
User |
Action |
Args |
| 2020-02-15 17:33:13 | vinay.sajip | set | recipients:
+ vinay.sajip, terry.reedy, ncoghlan, vstinner, ezio.melotti, eric.araujo, Trundle, meador.inge, daniel.urban, python-dev, eric.snow, berker.peksag, yselivanov |
| 2020-02-15 17:33:13 | vinay.sajip | set | messageid: <[email protected]> |
| 2020-02-15 17:33:13 | vinay.sajip | link | issue12915 messages |
| 2020-02-15 17:33:13 | vinay.sajip | create | |
|