Skip to content

Commit

Permalink
Clean up delta_time.py example
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Mar 30, 2024
1 parent 21ba705 commit 0c59a57
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 139 deletions.
7 changes: 5 additions & 2 deletions CHANGES
Expand Up @@ -15,13 +15,16 @@ Version 3.2.0 will also discontinue support for Python versions 3.6 and 3.7.

Version 3.1.3 - in development
------------------------------
- Fixed issue where PEP8 compatibility names for `ParserElement` staticmethods were
not themselves defined as staticmethods. When called using a `ParserElement` instance,
- Fixed issue where PEP8 compatibility names for `ParserElement` static methods were
not themselves defined as `staticmethods`. When called using a `ParserElement` instance,
this resulted in a `TypeError` exception. Reported by eylenburg (#548).

- Some type annotations added for parse action related methods, thanks August
Karlstedt (#551).

- delta_time.py example cleaned up to use latest PEP8 names and add minor
enhancements.

- Added early testing support for Python 3.13 with JIT enabled.


Expand Down

0 comments on commit 0c59a57

Please sign in to comment.