Message111865
On Wed, Jul 28, 2010 at 11:40 PM, Peter <[email protected]> wrote:
>
> Peter <[email protected]> added the comment:
>
> I take it the IGNORE_EXCEPTION_DETAIL should ignore the module name
> fix will not be applied to Python 3.1.x?
Correct (it's a new feature rather than a bug fix)
> Is there a separate bug to enhance 2to3 to turn IGNORE_EXCEPTION_DETAIL
> on?
That would be a separate request, but I'm not sure it is even feasible
(doctests live inside strings, so I believe 2to3 has trouble fixing
them - otherwise we would just get it to handle the exception renaming
directly). Feel free to post an RFE though - the 2to3 folks can take a
look at it. |
|
| Date |
User |
Action |
Args |
| 2010-07-28 22:25:27 | ncoghlan | set | recipients:
+ ncoghlan, barry, georg.brandl, benjamin.peterson, lregebro, r.david.murray, Julian.Scheid, maubp |
| 2010-07-28 22:25:25 | ncoghlan | link | issue7490 messages |
| 2010-07-28 22:25:25 | ncoghlan | create | |
|