Opened 3 months ago
Closed 3 months ago
#20849 closed enhancement (fixed)
pyparsing-3.2.1 (Python module)
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version.
Change History (3)
comment:1 by , 3 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 3 months ago
comment:3 by , 3 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
00e5edf08b Update to nettle-3.10.1. a310be1a04 Update to SPIRV-LLVM-Translator-19.1.3. 87257b7215 Update to pyparsing-3.2.1 (Python module).
Note:
See TracTickets
for help on using tickets.
Version 3.2.1 - December, 2024
infix_notation
, by hiding lookahead terms. Renamed internally generated expressions for clarity, and improved diagramming.cpp_style_comment
,c_style_comment
,common.fnumber
andcommon.ieee_float
Regex expressions. PRs submitted by Gabriel Gerlero, nice work, thanks!match_only_at_col
,replace_with
,remove_quotes
,with_attribute
, andwith_class
. Issue #585 reported by rafrafrek.