Message216001
I think the AttributeError message should improve, and special-case certain common types, in particular modules. E.g. it could read
AttributeError: module 'io' has no attribute 'BufferedIOBase'
or even
AttributeError: <module 'io' from 'C:\\Program Files\\Python34\\lib\\io.py'> has no attribute 'BufferedIOBase'
IIUC, the first version would already have helped the OP, and the second version would have been dead-clear (except that it is a little verbose). |
|
Date |
User |
Action |
Args |
2014-04-13 08:50:51 | loewis | set | recipients:
+ loewis, brett.cannon, ncoghlan, ned.deily, ezio.melotti, flox, docs@python, madison.may |
2014-04-13 08:50:51 | loewis | set | messageid: <1397379051.13.0.493358577177.issue21202@psf.upfronthosting.co.za> |
2014-04-13 08:50:51 | loewis | link | issue21202 messages |
2014-04-13 08:50:50 | loewis | create | |
|