[Python-Dev] [Python-checkins] r86750 - python/branches/py3k/Demo/curses/life.py (original) (raw)

Éric Araujo merwok at netwok.org
Fri Nov 26 02:32:43 CET 2010


Hello,

Author: senthil.kumaran Log: Mouse support and colour to Demo/curses/life.py by Dafydd Crosby

Modified: python/branches/py3k/Demo/curses/life.py Okay, this time I’m reacting to the right branch

Modified: python/branches/py3k/Demo/curses/life.py ============================================================================== --- python/branches/py3k/Demo/curses/life.py (original) +++ python/branches/py3k/Demo/curses/life.py Thu Nov 25 15:56:44 2010 @@ -1,6 +1,7 @@ #!/usr/bin/env python3 # life.py -- A curses-based version of Conway's Game of Life. # Contributed by AMK +# Mouse support and colour by Dafydd Crosby Shouldn’t his name rather be in Misc/ACKS too? Modules typically (warning: non-scientific data) include the name of the author or first contributors but not the name of every contributor.

I think these cool features deserve a note in Misc/NEWS too :)

Re: “colour”: the rest of the file use US English, as do the function names (see for example curses.has_color). It’s good to use one dialect consistently in one file.

going-back-to-stare-at-shiny-colors-ly yours, Éric



More information about the Python-Dev mailing list