[Python-checkins] r62916 - sandbox/trunk/release/release.py

Brett Cannon brett at python.org
Fri May 9 06:13:18 CEST 2008


On Fri, May 9, 2008 at 2:55 AM, benjamin.peterson
<python-checkins at python.org> wrote:
> Author: benjamin.peterson
>  Date: Fri May  9 02:55:54 2008
>  New Revision: 62916
>
>  Log:
>  Fix some style things (Barry, I like double quotes.)
>

Isn't this a little gratuitous? Wasn't the code working fine? It isn't
like the code was not following style guidelines. And what if Barry
prefers single quotes? Or if I prefer to use tuples over lists for
sequence literals where the difference is moot? Where does it end?

-Brett


More information about the Python-checkins mailing list