[IPython-dev] [Branch ~ipython-dev/ipython/trunk] Rev 1129: added ipy_gmail extension

Fernando Perez fperez.net at gmail.com
Mon Sep 1 20:28:02 EDT 2008


Hey,

On Mon, Sep 1, 2008 at 9:51 AM,  <noreply at launchpad.net> wrote:
> ------------------------------------------------------------
> revno: 1129
> committer: Ville M. Vainio <vivainio at gmail.com>
> branch nick: ipython
> timestamp: Mon 2008-09-01 19:49:39 +0300
> message:
>  added ipy_gmail extension
> added:
>  IPython/Extensions/ipy_gmail.py
>
> === added file 'IPython/Extensions/ipy_gmail.py'
> --- a/IPython/Extensions/ipy_gmail.py   1970-01-01 00:00:00 +0000
> +++ b/IPython/Extensions/ipy_gmail.py   2008-09-01 16:49:39 +0000
> @@ -0,0 +1,133 @@
> +""" Gmail interface for IPython
> +
> +This extension requires libgmail (http://libgmail.sourceforge.net/,
> +apt-gettable on ubuntu), and is mostly provided for entertainment purposes .

I'm  not necessarily opposed to this, but I think you should consider
that now we're all trying to work together with code review, tests,
etc.  This code is GPL, for 'entertainment purposes', was committed
ritght before we wrap up a release cycle and doesn't have a single
test in it.

Don't you think it's worth at least running the code by everyone else
to see if it's a good idea to have it in?  We ultimately all have to
maintain the codebase together, so we all  have a stake in this.

Cheers,

f



More information about the IPython-dev mailing list