Is it really good?

Bengt Richter bokr at oz.net
Wed Jan 8 19:16:27 EST 2003


On Wed, 08 Jan 2003 21:27:12 GMT, Manuel M. Garcia <mgarcia at cole-switches.com> wrote:

>On 8 Jan 2003 00:39:22 GMT, bokr at oz.net (Bengt Richter) wrote:
>(edit)
>>[16:38] C:\pywk\clp>ppcomp "2==3 is good"
>>Module(
>>  None,
>>  Stmt(
>>    [
>>      Discard(
>>        Compare(
>>          Const(
>>          | 2),
>>          [
>>            (
>>            | '==',
>>            | Const(
>>            |   3)),
>>            (
>>              'is',
>>              Name(
>>                'good'))]))]))
>
>What is 'ppcomp'? I can't find it as a module, and a search of my
>Python installation found nothing.
>
No, it's something I hacked together during a thread in mid December 2002.
You can get it at:

http://groups.google.com/groups?selm=atna62%241k0%240%40216.39.172.122&output=gplain

(my file date matches the post date, so I guess I haven't change it).

Regards,
Bengt Richter




More information about the Python-list mailing list