
7 Jun
2023
7 Jun
'23
7:18 p.m.
On Wed, Jun 07, 2023 at 07:57:54AM +0200, Heinrich Schuchardt wrote:
This is the result of running 2to3 and manually converting the comparison functions to lambda expressions.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
ConfigFile.py | 4 +- csvdump.py | 4 +- database.py | 22 +++++------ gitdm | 27 ++++++------- gitlog.py | 8 ++-- logparser.py | 6 +-- reports.py | 106 +++++++++++++++----------------------------------- utils.py | 4 +- 8 files changed, 70 insertions(+), 111 deletions(-)
Is this really versus our current tree? It's already running in python3. If there's specific "this is better python" changes, we should send them to Jon first and sync back.
--
Tom