Re: Is it worth making a patch?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Is it worth making a patch?
- From: "steve donovan" <steve.j.donovan@...>
- Date: 2008年1月23日 15:41:54 +0200
On Jan 23, 2008 3:39 PM, steve donovan <steve.j.donovan@gmail.com> wrote:
> function __init(width, height, depth)
>
> is of course exactly the same as
>
> __init = function(self, width, height, depth)
I am of course being an idiot; this is one place where it isn't true.
What about the commas after the function ends? They can be
irritating...
steve d.