mirror of
https://github.com/python/cpython.git
synced 2026-05-13 16:08:19 -04:00
66771422d0
Modify RE examples in documentation to use raw strings to prevent DeprecationWarning. Add text to REGEX HOWTO to highlight the deprecation. Approved by Serhiy Storchaka.