Ticket #44584

generate_packets.py: Turn sequence-building loops into expressions

Eröffnet am: 2022-05-14 04:49 Letztes Update: 2022-05-16 22:16

Auswertung:
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
1

Details

Part of #43927. There are a number of places where a loop with a relatively small body is used to build up a collection or string element by element. Many of these could be better served with a list/set/dict comprehension or a str.join() call.

Ticket-Verlauf (3/4 Historien)

2022-05-14 04:49 Aktualisiert von: alienvalkyrie
  • New Ticket "generate_packets.py: Turn sequence-building loops into expressions" created
2022-05-14 05:34 Aktualisiert von: alienvalkyrie
  • Lösung Update from Keine to Accepted
2022-05-16 22:16 Aktualisiert von: alienvalkyrie
  • Status Update from Offen to Geschlossen
  • Lösung Update from Accepted to Gefixt

Bearbeiten

Please login to add comment to this ticket » Anmelden