Message145559
| Author | roger.serwy |
|---|---|
| Recipients | ezio.melotti, roger.serwy, terry.reedy |
| Date | 2011-10-14.19:38:29 |
| SpamBayes Score | 3.675635e-06 |
| Marked as misclassified | No |
| Message-id | <1318621110.36.0.610066929384.issue13052@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1318621110.36.0.610066929384.issue13052@psf.upfronthosting.co.za> |
| 2011-10-14 19:38:29 | roger.serwy | link | issue13052 messages |
| 2011-10-14 19:38:29 | roger.serwy | create | |