Opened 11 months ago
Closed 10 months ago
#19790 closed enhancement (fixed)
Mako-1.3.5 (Python Module)
Reported by: | Douglas R. Reno | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version
Change History (8)
comment:1 by , 11 months ago
- [bug] [parser] Fixed regression caused by the fix for (https://github.com/sqlalchemy/mako/issues/320) where new logic added to interpret list and dictionary comprehensions would fail for expression oriented keys. As the parsing in question was not necessary for these keys, it's been removed.
- [bug] [lexer] Fixed issue where a parsed expression which contained sub-brackets, such as dictionary literals, would fail to be interpreted correctly even though the initial parsing is correct.
comment:2 by , 11 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 10 months ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
I might as well take all the Python modules.
comment:4 by , 10 months ago
Status: | new → assigned |
---|
comment:5 by , 10 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
6246e0842a Update to sentry_sdk-2.2.1 (Python module). c6c8877c7e Update to lxml-5.2.2 (Python module). 2996a54605 Mako-1.3.4 (Python module). 421e473976 Update to gi_docgen-2024.1 (Python module). d498165b94 Update to requests-2.32.1 (Python module).
comment:6 by , 10 months ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | Mako-1.3.4 (Python Module) → Mako-1.3.5 (Python Module) |
Now version 1.3.5
comment:7 by , 10 months ago
version: 1.3.5 :released: Tue May 14 2024
change::
- tags: bug, lexer, regression
- Reverted the fix for :ticket:
400
as it caused new issues when traversing some bracketed situations.
- Reverted the fix for :ticket:
comment:8 by , 10 months ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.