Commit 3e7cabc
authored
Update ansitowin32.py second update to fix re pattern literal string
The pattern should be a raw string, to preserve the special meaning of backslash escape sequences within the re parser and suppress the normal string parsing of sequences.1 parent 8f13671 commit 3e7cabc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments