emacs-eaf / eaf-browser

A modern, customizable and extensible browser in Emacs
GNU General Public License v3.0
129 stars 26 forks source link

部分正则表达式在 python 3.12 中出现错误 #70

Closed bbenchen closed 6 months ago

bbenchen commented 6 months ago

https://github.com/emacs-eaf/eaf-browser/blob/1c0076cca287c384f46e5104365f679e94135734/buffer.py#L195

python3.12 SyntaxWarning: invalid escape sequence '\?'

https://github.com/emacs-eaf/eaf-browser/blob/1c0076cca287c384f46e5104365f679e94135734/buffer.py#L203

python3.12 SyntaxWarning: invalid escape sequence '\s'

manateelazycat commented 6 months ago

Thanks for report.