Message349233
Good question! With the patch:
>>> import re
>>> re.match(r'\s', '\x1e')
>>>
In other words, the definition of the regexp r'\s' follows along. Good to know. |
|
| Date |
User |
Action |
Args |
| 2019-08-08 13:21:55 | Greg Price | set | recipients:
+ Greg Price, lemburg, loewis, terry.reedy, belopolsky, vstinner, ezio.melotti, r.david.murray, martin.panter, serhiy.storchaka, malin |
| 2019-08-08 13:21:55 | Greg Price | set | messageid: <[email protected]> |
| 2019-08-08 13:21:55 | Greg Price | link | issue18236 messages |
| 2019-08-08 13:21:55 | Greg Price | create | |
|