|
From: | Auto mailings of changes to Lily Issues via Testlilyissues-auto |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5839 Fix translation-status.py with Python 3 |
Date: | Tue, 10 Mar 2020 13:47:40 -0000 |
[issues:#5839] Fix translation-status.py with Python 3
Status: Fixed
Labels: Fixed_2_21_0
Created: Tue Mar 10, 2020 09:06 AM UTC by Jonas Hahnfeld
Last Updated: Tue Mar 10, 2020 01:47 PM UTC
Owner: Jonas Hahnfeld
Fix translation-status.py with Python 3
Individual commits:
1) translations-status: Use str.maketrans()
It's now a static function of the builtin type str, not in the
string module. It wasn't marked as deprecated in Python 2...
2) translations-status: Call locals() outside of list comprehension
Otherwise Python 3 throws KeyErrors because it's not getting the
local variables from the function (in particular p).
3) translations-status: Correctly reference self.filename
http://codereview.appspot.com/581800043
Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
_______________________________________________ Testlilyissues-auto mailing list address@hidden https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
[Prev in Thread] | Current Thread | [Next in Thread] |