Issue28028
Created on 2016-09-08 19:23 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg275122 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2016-09-08 19:23 | |
AST parser converts UnicodeError and ValueError raised during parsing string literal to SyntaxError. Maybe make it converting warnings (see issue27364) to SyntaxWarning? |
|||
| msg279651 - (view) | Author: Anilyka Barry (abarry) * ![]() |
Date: 2016-10-29 03:47 | |
Cross-ping from #28128 I think it would be best to solve this issue, solving both #28128 and any future warning-introducing feature or deprecation. I've marked this issue as a dependency for #28128 as well as upping the priority. There are less than 7 weeks before the final 3.6.0 release and I would like to get as much mileage out of this before then. Thanks :) |
|||
| msg304801 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2017-10-23 12:58 | |
Closed because I don't see ways to do this. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:36 | admin | set | github: 72215 |
| 2017-10-23 12:58:50 | serhiy.storchaka | set | status: open -> closed resolution: wont fix messages: + msg304801 stage: needs patch -> resolved |
| 2016-10-31 23:42:24 | ned.deily | set | messages: - msg279836 |
| 2016-10-31 23:37:08 | python-dev | set | nosy:
+ python-dev messages: + msg279836 |
| 2016-10-31 15:50:59 | serhiy.storchaka | set | versions: - Python 3.6 |
| 2016-10-31 15:18:30 | abarry | unlink | issue28128 dependencies |
| 2016-10-31 15:18:22 | abarry | set | priority: high -> normal |
| 2016-10-29 03:47:00 | abarry | set | priority: normal -> high versions: + Python 3.7 nosy: + ncoghlan, eric.smith, ned.deily, martin.panter messages: + msg279651 stage: needs patch |
| 2016-10-29 03:46:58 | abarry | link | issue28128 dependencies |
| 2016-09-08 19:31:03 | abarry | set | nosy:
+ abarry |
| 2016-09-08 19:23:04 | serhiy.storchaka | create | |

