Re: [Python-Dev] Decimal FAQ

2005-05-24 Thread Facundo Batista
On 5/22/05, Raymond Hettinger <[EMAIL PROTECTED]> wrote: > Some of the private email I've received indicates a need for a decimal > FAQ that would shorten the module's learning curve. Nice FAQ, but where we should put it? It's kinda for advanced Decimal users... > A. Some users prefer to abbre

Re: [Python-Dev] Localized Type Inference of Atomic Types in Python

2005-05-24 Thread Terry Reedy
"Brett C." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > My thesis, "Localized Type Inference of Atomic Types in Python", was > successfully defended today for my MS in Computer Science at the > California > Polytechnic State University, San Luis Obispo. Woo hoo. Congratulation

[Python-Dev] Localized Type Inference of Atomic Types in Python

2005-05-24 Thread Brett C.
My thesis, "Localized Type Inference of Atomic Types in Python", was successfully defended today for my MS in Computer Science at the California Polytechnic State University, San Luis Obispo. With that stamp of approval I am releasing it to the world. You can grab a copy at http://www.drifty.org/

Re: [Python-Dev] AST manipulation and source code generation

2005-05-24 Thread Jeremy Hylton
On 5/24/05, Ka-Ping Yee <[EMAIL PROTECTED]> wrote: > Would there be any interest in extending the compiler package with tools > for AST transformations and for emitting Python source code from ASTs? Sure. Eventually, we'll have to figure out how to unify the compiler package AST and the ast-branc