[issue30021] Add examples for re.escape()
New submission from Serhiy Storchaka: Proposed patch adds examples of using re.escape(). See also issue29995. ---------- assignee: docs@python components: Documentation, Regular Expressions messages: 291326 nosy: docs@python, ezio.melotti, mrabarnett, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Add examples for re.escape() type: enhancement versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30021> _______________________________________
Changes by Serhiy Storchaka <storchaka+cpython@gmail.com>: ---------- pull_requests: +1200 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30021> _______________________________________
Changes by Serhiy Storchaka <storchaka+cpython@gmail.com>: ---------- assignee: docs@python -> serhiy.storchaka _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30021> _______________________________________
Serhiy Storchaka added the comment: New changeset 8fc7bc2b7631ee819ee614e47b6f44bacebe1574 by Serhiy Storchaka in branch 'master': bpo-30021: Add examples for re.escape(). (#1048) https://github.com/python/cpython/commit/8fc7bc2b7631ee819ee614e47b6f44baceb... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30021> _______________________________________
Changes by Serhiy Storchaka <storchaka+cpython@gmail.com>: ---------- pull_requests: +1254 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30021> _______________________________________
Changes by Serhiy Storchaka <storchaka+cpython@gmail.com>: ---------- pull_requests: +1255 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30021> _______________________________________
Changes by Serhiy Storchaka <storchaka+cpython@gmail.com>: ---------- pull_requests: +1256 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30021> _______________________________________
Serhiy Storchaka added the comment: New changeset 936633282220768a6fec9bd6bb53ee9e3ec354df by Serhiy Storchaka in branch '3.6': bpo-30021: Add examples for re.escape(). (#1048) (#1115) https://github.com/python/cpython/commit/936633282220768a6fec9bd6bb53ee9e3ec... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30021> _______________________________________
Serhiy Storchaka added the comment: New changeset e2cf9a918439006fb27f67c1939d0370886650e7 by Serhiy Storchaka in branch '3.5': bpo-30021: Add examples for re.escape(). (#1048) (#1116) https://github.com/python/cpython/commit/e2cf9a918439006fb27f67c1939d0370886... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30021> _______________________________________
Serhiy Storchaka added the comment: New changeset 53ad68434ce914defcc1b734cce4b9b4d79ca3fc by Serhiy Storchaka in branch '2.7': bpo-30021: Add examples for re.escape(). (#1048) (#1118) https://github.com/python/cpython/commit/53ad68434ce914defcc1b734cce4b9b4d79... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30021> _______________________________________
Changes by Serhiy Storchaka <storchaka+cpython@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30021> _______________________________________
participants (1)
-
Serhiy Storchaka