Re: Converting a strng to an anonymous function

2008-09-29 Thread Nathan Seese
> On Sep 29, 11:25 pm, Nathan Seese <[EMAIL PROTECTED]> wrote: >> I'm writing a program to sort files with arbitrary python code. The >> method I'm using for that is to pass sort an anonymous function taken >> from the arguments. I'm wondering how to change a raw string into an >> anonyous function

Re: Converting a strng to an anonymous function

2008-09-29 Thread Bruno Desthuilliers
Nathan Seese a écrit : I'm writing a program to sort files with arbitrary python code. The method I'm using for that is to pass sort an anonymous function taken from the arguments. I'm wondering how to change a raw string into an anonyous function. Care to give a couple more explanation about

Re: Converting a strng to an anonymous function

2008-09-29 Thread bearophileHUGS
On Sep 29, 11:25 pm, Nathan Seese <[EMAIL PROTECTED]> wrote: > I'm writing a program to sort files with arbitrary python code. The > method I'm using for that is to pass sort an anonymous function taken > from the arguments. I'm wondering how to change a raw string into an > anonyous function. Is

Converting a strng to an anonymous function

2008-09-29 Thread Nathan Seese
I'm writing a program to sort files with arbitrary python code. The method I'm using for that is to pass sort an anonymous function taken from the arguments. I'm wondering how to change a raw string into an anonyous function. -- http://mail.python.org/mailman/listinfo/python-list