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 <wink>

> 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

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to