Message255465
FWIW, the actual behavior of \w matching "everything in Unicode general categories L* and N*, plus U+005F (underscore)" is consistent across all versions I can conveniently test (2.7, 3.4, 3.5).
In 2.7, there are four characters in general category Nl that \w doesn't match, but I believe that is just a bug, not an intentional difference of behavior. |
|
| Date |
User |
Action |
Args |
| 2015-11-27 16:40:30 | zwol | set | recipients:
+ zwol, docs@python, Andi McClure |
| 2015-11-27 16:40:30 | zwol | set | messageid: <[email protected]> |
| 2015-11-27 16:40:30 | zwol | link | issue25743 messages |
| 2015-11-27 16:40:30 | zwol | create | |
|