This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Julian.Scheid, barry, benjamin.peterson, georg.brandl, lregebro, ncoghlan, r.david.murray
Date 2010-04-15.15:18:29
SpamBayes Score 6.468337e-05
Marked as misclassified No
Message-id <1271344711.61.0.886712512756.issue7490@psf.upfronthosting.co.za>
In-reply-to
Content
@Lennart: no, in that direction (2.7 to 3.x) there's less of a problem.  You leave the module name off in the doctest, and have 2to3 add the IGNORE_EXCEPTION_DETAIL to the doctest during translation.

I was looking at the farther future case, where a project has moved to 3.x, but is still supporting 2.7 by using *3to2*.  3to2 could theoretically peel off the IGNORE_EXCEPTION_DETAIL and the module name, but I know that 2to3 doesn't touch the *output* of doctests, so I'm thinking that 3to2 probably doesn't either.  (Maybe it could, for the limited case of Exceptions, but that seems like a big enough project to motivate including this patch in 2.7.)
History
Date User Action Args
2010-04-15 15:18:31r.david.murraysetrecipients: + r.david.murray, barry, georg.brandl, ncoghlan, benjamin.peterson, lregebro, Julian.Scheid
2010-04-15 15:18:31r.david.murraysetmessageid: <1271344711.61.0.886712512756.issue7490@psf.upfronthosting.co.za>
2010-04-15 15:18:30r.david.murraylinkissue7490 messages
2010-04-15 15:18:29r.david.murraycreate