Gentoo Archives: gentoo-portage-dev

From: Alec Warner <antarus@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] Fwd: Random patch
Date: Mon, 19 Oct 2009 07:39:51
Message-Id: b41005390910190039p747ab307q92e5b3134294376b@mail.gmail.com
1 Ugh I hate this list name ;p
2
3
4 ---------- Forwarded message ----------
5 From: Alec Warner <antarus@g.o>
6 Date: Mon, Oct 19, 2009 at 12:38 AM
7 Subject: Random patch
8 To: gentoo-dev-portage@g.o
9
10
11 Get rid of if True...True is always true in CPython.
12 replace icky:
13  'foo' + \
14  'bar'
15
16 constructs with implicit string concat:
17
18 ('foo'
19  'bar)

Attachments

File name MIME type
repoman-string-concat-plus-if-true-fixes.patch application/octet-stream