[issue32614] Fix documentation examples of using re with escape sequences

2018-02-02 Thread Terry J. Reedy
Change by Terry J. Reedy : -- assignee: docs@python -> terry.reedy resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6 ___ Python tracker

[issue32614] Fix documentation examples of using re with escape sequences

2018-02-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset fbf8e823c02ac1c93a48609cc74e439e19ccb426 by Terry Jan Reedy in branch '3.6': [3.6] bpo-32614: Modify re examples to use a raw string to prevent wa… …rning (GH-5265) (GH-5500) https://github.com/python/cpython/commit/fbf8e823c02ac1c93a48609cc74

[issue32614] Fix documentation examples of using re with escape sequences

2018-02-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset c7de1d7ca62e2b67b90d6c178e63453c03833b75 by Terry Jan Reedy (Miss Islington (bot)) in branch '3.7': bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265) (#5499) https://github.com/python/cpython/commit/c7de1d7ca62e2b67b

[issue32614] Fix documentation examples of using re with escape sequences

2018-02-02 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +5333 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32614] Fix documentation examples of using re with escape sequences

2018-02-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +5332 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32614] Fix documentation examples of using re with escape sequences

2018-02-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 66771422d0541289d0b1287bc3c28e8b5609f6b4 by Terry Jan Reedy (Cheryl Sabella) in branch 'master': bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265) https://github.com/python/cpython/commit/66771422d0541289d0b1287bc3c28

[issue32614] Fix documentation examples of using re with escape sequences

2018-02-02 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +serhiy.storchaka versions: +Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue32614] Fix documentation examples of using re with escape sequences

2018-01-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: Definitely. x.y code, including doc examples, should free of such warnings. -- nosy: +terry.reedy ___ Python tracker ___

[issue32614] Fix documentation examples of using re with escape sequences

2018-01-21 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +5111 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue32614] Fix documentation examples of using re with escape sequences

2018-01-21 Thread Cheryl Sabella
New submission from Cheryl Sabella : If a documentation example would produce a DeprecationWarning for an invalid escape sequence, change the example to use a raw string. -- assignee: docs@python components: Documentation messages: 310386 nosy: csabella, docs@python priority: normal sev