[Python-ideas] Make compile('1\n2\n', '', 'single') raise an exception instead of silently truncating?
Devin Jeanpierre
jeanpierreda at gmail.com
Sun Aug 7 03:44:01 CEST 2011
More information about the Python-ideas mailing list
Sun Aug 7 03:44:01 CEST 2011
- Previous message: [Python-ideas] Make compile('1\n2\n', '', 'single') raise an exception instead of silently truncating?
- Next message: [Python-ideas] Make compile('1\n2\n', '', 'single') raise an exception instead of silently truncating?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Done. Thanks! Devin On Sat, Aug 6, 2011 at 9:16 PM, Steven D'Aprano <steve at pearwood.info> wrote: > Devin Jeanpierre wrote: >> >> Hi, I really would like some feedback on this. Or should I send it to >> the bug tracker? Was this the wrong place? > > I agree, the current behaviour seems wrong to me: errors should never pass > silently. If I were you, I would add it to the bug tracker. > > > > -- > Steven > _______________________________________________ > Python-ideas mailing list > Python-ideas at python.org > http://mail.python.org/mailman/listinfo/python-ideas >
- Previous message: [Python-ideas] Make compile('1\n2\n', '', 'single') raise an exception instead of silently truncating?
- Next message: [Python-ideas] Make compile('1\n2\n', '', 'single') raise an exception instead of silently truncating?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list