Mercurial > p > roundup > code
diff CHANGES.txt @ 6414:3dbf1bc5e567
issue2551120 - The sorted method of MultilinkHTMLProperty crashes ...
if the given property is unset for an element of the list.
Crash fixed. New feature NoneFirst added to method to make unset values
sort at start or end of sorted list.
Current testing framework for this code is insuffient for testing
change. Committing without automated test because it solves a crash.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 17 May 2021 15:25:17 -0400 |
| parents | 87ef0288c076 |
| children | 99d344aa825d |
line wrap: on
line diff
--- a/CHANGES.txt Mon May 17 20:52:27 2021 +0200 +++ b/CHANGES.txt Mon May 17 15:25:17 2021 -0400 @@ -98,7 +98,11 @@ - issue2551078 - Fix traceback caused when putting two id's into a Link html field. A ValueError is raised. Handle exception and return value. hyperdb.py now reports 'you may only enter ID values for - property ...' to the user. + property ...' to the user. (John Rouillard) +- issue2551120 - The sorted method of MultilinkHTMLProperty crashes, + if the given property is unset for an element of the list. Crash + fixed. New feature NoneFirst added to method to make unset values + sort at start or end of sorted list. (John Rouillard) Features: - issue2550522 - Add 'filter' command to command-line
