Mercurial > getan
comparison CHANGES @ 513:7cf04ec84eb9
CHANGES: Improve phrasing for human_time() fix.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Mon, 19 Nov 2018 11:24:11 +0100 |
parents | 9d8b31712380 |
children | dbefc648ad71 |
comparison
equal
deleted
inserted
replaced
512:9d8b31712380 | 513:7cf04ec84eb9 |
---|---|
1 3.x 20xx-xx-xx UNRELEASED | 1 3.x 20xx-xx-xx UNRELEASED |
2 | 2 |
3 * The human_time function calculates up to 59 minutes, not 60. | 3 * Fix human_time() to output one hour instead of 60 minutes. This defect was |
4 A mistake in porting from Python2 to Python3 made minutes and hours to float. | 4 introduced when porting from Python2 to Python3, because the calculation |
5 They are now integers again. | 5 had implicitly changed from integers to floating point. |
6 (Magnus Schieder) | |
6 | 7 |
7 * The time of the currently running entry is cached every minute and after a | 8 * The time of the currently running entry is cached every minute and after a |
8 program crash the entry has the description "-no description-". | 9 program crash the entry has the description "-no description-". |
9 information can be found in /doc/old_issues.txt 20180806 Magnus Schieder | 10 information can be found in /doc/old_issues.txt 20180806 Magnus Schieder |
10 Patch by Magnus Schieder | 11 Patch by Magnus Schieder |