
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2019-01-02 19:01 byTiger-222, last changed2022-04-11 14:59 byadmin. This issue is nowclosed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 11411 | merged | Tiger-222,2019-01-02 19:07 | |
| PR 11411 | merged | Tiger-222,2019-01-02 19:07 | |
| PR 11412 | merged | miss-islington,2019-01-02 19:27 | |
| PR 11412 | merged | miss-islington,2019-01-02 19:27 | |
| PR 11412 | merged | miss-islington,2019-01-02 19:27 | |
| PR 11413 | merged | miss-islington,2019-01-02 19:27 | |
| PR 11413 | merged | miss-islington,2019-01-02 19:27 | |
| PR 11413 | merged | miss-islington,2019-01-02 19:27 | |
| Messages (5) | |||
|---|---|---|---|
| msg332888 -(view) | Author: Mickaël Schoentgen (Tiger-222)* | Date: 2019-01-02 19:01 | |
This warning is emitted onModules/_sha3/cleanup.py, line 11: SyntaxWarning: invalid escape sequence \ CPP2 = re.compile("\ //(.*)") | |||
| msg332889 -(view) | Author: Benjamin Peterson (benjamin.peterson)*![]() | Date: 2019-01-02 19:27 | |
New changesetd466c43e55cd32af84e353f0e9a48b09b7534f61 by Benjamin Peterson (Mickaël Schoentgen) in branch 'master':closesbpo-35643: Fix a SyntaxWarning: invalid escape sequence inModules/_sha3/cleanup.py (GH-11411)https://github.com/python/cpython/commit/d466c43e55cd32af84e353f0e9a48b09b7534f61 | |||
| msg332891 -(view) | Author: miss-islington (miss-islington) | Date: 2019-01-02 19:59 | |
New changeset6d04bc9a2eb02efdb49f14f2c9664fe687f9a170 by Miss Islington (bot) in branch '3.7':closesbpo-35643: Fix a SyntaxWarning: invalid escape sequence inModules/_sha3/cleanup.py (GH-11411)https://github.com/python/cpython/commit/6d04bc9a2eb02efdb49f14f2c9664fe687f9a170 | |||
| msg332999 -(view) | Author: Serhiy Storchaka (serhiy.storchaka)*![]() | Date: 2019-01-04 20:43 | |
Would not be better to just remove a backslash? | |||
| msg333140 -(view) | Author: Benjamin Peterson (benjamin.peterson)*![]() | Date: 2019-01-07 07:25 | |
New changeset3e0144a6c95433f347bb7e44a98c84deae8853ff by Benjamin Peterson (Miss Islington (bot)) in branch '3.6':closesbpo-35643: Fix a SyntaxWarning: invalid escape sequence inModules/_sha3/cleanup.py (GH-11413)https://github.com/python/cpython/commit/3e0144a6c95433f347bb7e44a98c84deae8853ff | |||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:09 | admin | set | github: 79824 |
| 2019-01-07 07:25:12 | benjamin.peterson | set | messages: +msg333140 |
| 2019-01-04 20:43:53 | serhiy.storchaka | set | keywords:patch,patch nosy: +serhiy.storchaka messages: +msg332999 |
| 2019-01-02 19:59:00 | miss-islington | set | nosy: +miss-islington messages: +msg332891 |
| 2019-01-02 19:41:14 | Tiger-222 | set | status: open -> closed resolution: fixed |
| 2019-01-02 19:40:22 | Tiger-222 | set | status: closed -> open resolution: fixed -> (no value) versions: + Python 3.6, Python 3.7 |
| 2019-01-02 19:27:41 | miss-islington | set | pull_requests: +pull_request10807 |
| 2019-01-02 19:27:36 | miss-islington | set | pull_requests: +pull_request10808 |
| 2019-01-02 19:27:32 | miss-islington | set | pull_requests: +pull_request10806 |
| 2019-01-02 19:27:26 | miss-islington | set | pull_requests: +pull_request10805 |
| 2019-01-02 19:27:20 | miss-islington | set | pull_requests: +pull_request10804 |
| 2019-01-02 19:27:14 | miss-islington | set | pull_requests: +pull_request10803 |
| 2019-01-02 19:27:02 | benjamin.peterson | set | status: open -> closed nosy: +benjamin.peterson messages: +msg332889 resolution: fixed stage: patch review -> resolved |
| 2019-01-02 19:07:38 | Tiger-222 | set | keywords: +patch stage: patch review pull_requests: +pull_request10802 |
| 2019-01-02 19:07:35 | Tiger-222 | set | keywords: +patch stage: (no value) pull_requests: +pull_request10801 |
| 2019-01-02 19:01:47 | Tiger-222 | create | |