Message71868
These concerns indeed must be handled: On narrow unicode builds, chars >
0xffff must be converted to surrogates. In ranges, they should raise an
error.
Additionally, this should at least raise an error too:
>>> re.compile("[\U00100000]").match("\U00100000").group()
'\udbc0' |
|
| Date |
User |
Action |
Args |
| 2008-08-24 20:58:28 | georg.brandl | set | recipients:
+ georg.brandl, pitrou |
| 2008-08-24 20:58:28 | georg.brandl | set | messageid: <[email protected]> |
| 2008-08-24 20:58:27 | georg.brandl | link | issue3665 messages |
| 2008-08-24 20:58:27 | georg.brandl | create | |
|