On Wed, Aug 11, 2010 at 10:09 PM, Luke Paireepinart
<rabidpoob...@gmail.com>wrote:

> Don't pass none. It's an optional parameter. It's accepted practice to not
> pass optional parameters.
>
> Sent from my iPhone
>
> On Aug 11, 2010, at 6:46 PM, Bill Allen <walle...@gmail.com> wrote:
>
> >>
> >> You don't actually have to specify the None in line.split AFAIK, but
> >> it might be better to be explicit. thoughts on this, anyone?
> >>
> >> Hugo
> >>
> >
> > Hugo,
> >
> > I had wondered about the use of None in that context.  I had seen it
> > used that way in some examples and just followed suit.  Just do
> > line.split() ?
> >
> > Bill
>
> Luke,

Thanks for the confirmation on not passing None.

Bill
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to