Mercurial > p > roundup > code
changeset 8312:ccbfe79e1e8c
fix: issue2551396: os.path.stat.ST_MTIME + windows ... CHANGES.txt
Commit CHANGES.txt
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 11 May 2025 17:40:23 -0400 |
| parents | dff6d2edc52f |
| children | 3614cd64f4c4 |
| files | CHANGES.txt |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Sun May 11 17:37:57 2025 -0400 +++ b/CHANGES.txt Sun May 11 17:40:23 2025 -0400 @@ -93,6 +93,8 @@ the popup calendar work when the enclosing form has a name different from "itemSynopsis". (Ralf Schlatterbeck) - issue2551376: Fix tracebacks in item templates (Ralf Schlatterbeck) +- issue2551396: Use of os.path.stat.ST_MTIME in python 3.13 crashes + roundup on windows. Replaced with equivalent stat.ST_MTIME. Features:
