]> granicus.if.org Git - python/commit
bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Fri, 2 Feb 2018 21:16:27 +0000 (16:16 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 2 Feb 2018 21:16:27 +0000 (16:16 -0500)
commit66771422d0541289d0b1287bc3c28e8b5609f6b4
treee37b3d786eabc134dc55daadf912b97f01ebe994
parentbbbcf8693b876daae4469765aa62f8924f39a7d2
bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265)

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.
Doc/howto/regex.rst
Doc/howto/unicode.rst
Doc/library/re.rst
Misc/NEWS.d/next/Documentation/2018-02-02-07-41-57.bpo-32614.LSqzGw.rst [new file with mode: 0644]