[issue3223] py3k warn on use of frame.f_exc*

2009-10-26 Thread Benjamin Peterson
Benjamin Peterson added the comment: This was fixed in r67902. -- resolution: -> out of date status: open -> closed ___ Python tracker ___ __

[issue3223] py3k warn on use of frame.f_exc*

2008-06-27 Thread Benjamin Peterson
New submission from Benjamin Peterson <[EMAIL PROTECTED]>: f_exc_value and friends are no longer available in 3.0 and should get a Py3k warning on use. -- keywords: easy messages: 68855 nosy: benjamin.peterson priority: high severity: normal status: open title: py3k warn on use of frame.