[Python-Dev] Strange behavior in Python 2.5a0 (trunk) --- possible error in AST?

Nick Coghlan ncoghlan at gmail.com
Tue Mar 14 14:26:24 CET 2006


Nick Coghlan wrote:
> Unfortunately my new test case breaks test_compiler. I didn't notice because I 
> didn't use -uall before checking it in :(
> 
> If no-one else gets to it, I'll try to sort it out tonight.

OK, as of rev 43025 the compiler module also understands augmented assignment 
to tuple subscripts, so test_compiler can cope with the new test case.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org


More information about the Python-Dev mailing list