comparison CHANGES.txt @ 7575:2b0089104f08

flake8: rename loop variable in 'for sendto in sendto:' Flake8 reported 'B020 Found for loop that reassigns the iterable it is iterating with each iterable value.' Renamed loop variable to to_addr. There is a similar construct with a loop over bcc_sendto with a 'bcc' loop variable. So I assume the loop varaible can be chnaged w/o issue. Codecov shows all the affected lines are being tested and the tests I ran with testmon that should cover that code all passed. We shall see if a full CI run passes.
author John Rouillard <rouilj@ieee.org>
date Sun, 23 Jul 2023 23:40:12 -0400
parents 49ae502a41b1
children 978285986b2c
comparison
equal deleted inserted replaced
7574:dba4b1b25528 7575:2b0089104f08
23 uses the test tracker's locale files and not other locale 23 uses the test tracker's locale files and not other locale
24 files. (Marcus Priesch) 24 files. (Marcus Priesch)
25 - issue2551283 - fail if version 2.4.9 of markdown2 is used, it broke 25 - issue2551283 - fail if version 2.4.9 of markdown2 is used, it broke
26 [issue1](issue1) style links. Support markdown2 2.4.8 and earlier 26 [issue1](issue1) style links. Support markdown2 2.4.8 and earlier
27 and 2.4.10 with its new schema filtering method. (John Rouillard) 27 and 2.4.10 with its new schema filtering method. (John Rouillard)
28 - multiple flake8 fixes (John Rouillard)
29 - rename loop variable in 'for sendto in sendto:' (John Rouillard)
28 30
29 Features: 31 Features:
30 32
31 - issue2551103 - add pragma 'display_protected' to roundup-admin. If 33 - issue2551103 - add pragma 'display_protected' to roundup-admin. If
32 true, print protected attributes like id, activity, actor... 34 true, print protected attributes like id, activity, actor...

Roundup Issue Tracker: http://roundup-tracker.org/