Re: [Python-Dev] Bug 1184112 still valid

2006-03-17 Thread Nick Coghlan
Terry Reedy wrote: > "Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >>> http://sourceforge.net/tracker/index.php?func=detail&aid=1184112&group_id=5470&atid=105470 >>"When compiling multi-line statements, two caveats apply: line >>endings must be represented b

Re: [Python-Dev] Bug 1184112 still valid

2006-03-17 Thread Terry Reedy
"Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> http://sourceforge.net/tracker/index.php?func=detail&aid=1184112&group_id=5470&atid=105470 >"When compiling multi-line statements, two caveats apply: line >endings must be represented by a single newline charac

Re: [Python-Dev] Bug 1184112 still valid

2006-03-17 Thread Fredrik Lundh
Wolfgang Langner wrote: > today I got my first real python bug. Problem is described in: > > Bug with ID: 1184112 > > http://sourceforge.net/tracker/index.php?func=detail&aid=1184112&group_id=5470&atid=105470 > > I use python 2.3.5 in an embedded C++ Application which uses function: > PyRun_Simple

Re: [Python-Dev] Bug 1184112 still valid

2006-03-17 Thread Nick Coghlan
Wolfgang Langner wrote: > Hello, > > today I got my first real python bug. Problem is described in: > > Bug with ID: 1184112 > > http://sourceforge.net/tracker/index.php?func=detail&aid=1184112&group_id=5470&atid=105470 > > I use python 2.3.5 in an embedded C++ Application which uses function:

[Python-Dev] Bug 1184112 still valid

2006-03-17 Thread Wolfgang Langner
Hello, today I got my first real python bug. Problem is described in: Bug with ID: 1184112 http://sourceforge.net/tracker/index.php?func=detail&aid=1184112&group_id=5470&atid=105470 I use python 2.3.5 in an embedded C++ Application which uses function: PyRun_SimpleString. Is this bug still pre