[Chicago] AttributeError on implementation of high order functions

Brian Curtin brian at python.org
Tue Nov 6 07:08:49 CET 2012


On Mon, Nov 5, 2012 at 11:54 PM, Raghavan <itsrag at gmail.com> wrote:
> Hi Brian,
>
> Thanks I will do so but the error which I have mentioned was rectified by
> the change which Carl suggested. I am not sure what you mean by the error
> message doesn't correspond to the code snippet which I have posted.

The original code calls tuple.add, but the exception message is for an
append method.


More information about the Chicago mailing list