Re: [IronPython] [python] Re: Missing Compiler Flag

2007-10-03 Thread Michael Foord
I just fixed a > couple of those bugs but I'm sure we've got more lurking out there). > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord > Sent: Friday, September 21, 2007 3:05 PM > To: Discussion of IronPython &

Re: [IronPython] [python] Re: Missing Compiler Flag

2007-10-03 Thread Dino Viehland
g now. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland Sent: Friday, September 21, 2007 4:20 PM To: Discussion of IronPython Subject: Re: [IronPython] [python] Re: Missing Compiler Flag Awesome, thanks for tracking this down. I'll proba

Re: [IronPython] [python] Re: Missing Compiler Flag

2007-09-24 Thread Michael Foord
do). > > > -Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord > > Sent: Friday, September 21, 2007 1:23 PM > > To: Discussion of IronPython > > Subject: Re: [IronPython] [python] Re: Missing Compiler Flag >

Re: [IronPython] [python] Re: Missing Compiler Flag

2007-09-21 Thread Dino Viehland
rking out there). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent: Friday, September 21, 2007 3:05 PM To: Discussion of IronPython Subject: Re: [IronPython] [python] Re: Missing Compiler Flag Michael Foord wrote: > Hello Dino, >

Re: [IronPython] [python] Re: Missing Compiler Flag

2007-09-21 Thread Michael Foord
ry >> reverse engineering it (or see if test_codeop fails when we just ignore the >> flag instead of throwing - that might be the simplest thing to do). >> >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord >>

Re: [IronPython] [python] Re: Missing Compiler Flag

2007-09-21 Thread Michael Foord
> Sent: Friday, September 21, 2007 1:23 PM > To: Discussion of IronPython > Subject: Re: [IronPython] [python] Re: Missing Compiler Flag > > Dino Viehland wrote: > >> Strangely it doesn't seem to be in the documentation for compile() either :( >> >> Do

Re: [IronPython] [python] Re: Missing Compiler Flag

2007-09-21 Thread Michael Foord
http://www.manning.com/foord > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord > Sent: Friday, September 21, 2007 1:23 PM > To: Discussion of IronPython > Subject: Re: [IronPython] [python] Re: Missing Compiler Flag > >

Re: [IronPython] [python] Re: Missing Compiler Flag

2007-09-21 Thread Dino Viehland
ECTED] On Behalf Of Michael Foord Sent: Friday, September 21, 2007 1:23 PM To: Discussion of IronPython Subject: Re: [IronPython] [python] Re: Missing Compiler Flag Dino Viehland wrote: > Strangely it doesn't seem to be in the documentation for compile() either :( > > Do you know what

Re: [IronPython] [python] Re: Missing Compiler Flag

2007-09-21 Thread Michael Foord
Dino Viehland wrote: > Strangely it doesn't seem to be in the documentation for compile() either :( > > Do you know what this option does by any chance :) ? > > I've opened bug #12908 Great - it can go with 12907. :-) It is something to do with dedenting. ;-) I can't find much about it on the