[issue1147] string exceptions inconsistently deprecated/disabled

2011-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7563f10275a2 by Senthil Kumaran in branch 'default': merge from 3.2. http://hg.python.org/cpython/rev/7563f10275a2 -- nosy: +python-dev stage: -> committed/rejected ___ Python tracker

[issue1147] string exceptions inconsistently deprecated/disabled

2007-09-11 Thread Brett Cannon
Brett Cannon added the comment: Rev. 58109 covers 2.5. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Pyt

[issue1147] string exceptions inconsistently deprecated/disabled

2007-09-11 Thread Brett Cannon
Brett Cannon added the comment: Fixed on the trunk in rev. 58108. Need to change 2.5 to raise a warning. -- priority: -> normal versions: -Python 2.6 __ Tracker <[EMAIL PROTECTED]> __ _

[issue1147] string exceptions inconsistently deprecated/disabled

2007-09-11 Thread Brett Cannon
Changes by Brett Cannon: -- assignee: -> brett.cannon nosy: +brett.cannon __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list

[issue1147] string exceptions inconsistently deprecated/disabled

2007-09-11 Thread Jean-Paul Calderone
New submission from Jean-Paul Calderone: Python 2.5 deprecated raising string exceptions. It also added the throw method to generator objects which can be used to raise an exception, including a string exception. Raising an exception with this method doesn't issue a deprecation warning. It loo