Re: [Ironpython-users] Patch: Warn user when using old print syntax

2011-10-13 Thread Markus Schaber
Hi, Von: ironpython-users-bounces+m.schaber=3s-software@python.org > Von: Markus Schaber > > The patch below emits a warning during Compilation for print > > statements whose argument list does not start with a '(' if Py3k warnings > are enabled. > > Somehow, this patch leads to a StackOverFl

Re: [Ironpython-users] Patch: Warn user when using old print syntax

2011-10-13 Thread Markus Schaber
Hi, Von: Markus Schaber > The patch below emits a warning during Compilation for print statements > whose argument list does not start with a '(' if Py3k warnings are enabled. Somehow, this patch leads to a StackOverFlowException in some cases, so please don't apply it. (It seemed to work fine