[Ironpython-users] IronPython, Daily Digest 10/16/2011

2011-10-17 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] Lib/config directory not present in zip distribution. 2. [New comment] Update ElementTree to IronPython compatible version -- IS

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

2011-10-17 Thread Markus Schaber
Hi, Dino, Von: Dino Viehland [mailto:di...@microsoft.com] >> [... reporting warnings for old print statement syntax ...] > You could add a thread static bool which tracks whether or not we're > already reporting the warning, and if so don't recurse and report again. That would fix the problem wit