Message145559
I don't have the beep problem you describe under Linux using Python 3.2 (r32:88445, Mar 25 2011, 19:56:22). That may be a platform-specific bug.
Here's a patch to use re.escape instead.
A minor side effect of using re.escape is that it is not possible to use \n itself in the replace string. It gets escaped as \\n. |
|
| Date |
User |
Action |
Args |
| 2011-10-14 19:38:30 | roger.serwy | set | recipients:
+ roger.serwy, terry.reedy, ezio.melotti |
| 2011-10-14 19:38:30 | roger.serwy | set | messageid: <[email protected]> |
| 2011-10-14 19:38:29 | roger.serwy | link | issue13052 messages |
| 2011-10-14 19:38:29 | roger.serwy | create | |
|