Message252913
“Associated value” still seems a bit weird. I wonder if it would be clearer to say The exception type is stored in a static global variable . . . A second global variable stores the exception instance passed to :keyword:`raise` . . . Also further down that section it looks like there are other problems. “Exception object” is perhaps actually a C object referencing the exception class (type). ‘Python string object . . . stored as the "associated value" ’ should perhaps be the exception instance (object). I think a long time ago Python may have actually worked this way, but not any more, and the whole section probably needs updating. | |
| Date | User | Action | Args | | 2015-10-13 05:07:24 | martin.panter | set | recipients: + martin.panter, r.david.murray, docs@python, xiang.zhang | | 2015-10-13 05:07:24 | martin.panter | set | messageid: <1444712844.69.0.815914782156.issue25381@psf.upfronthosting.co.za> | | 2015-10-13 05:07:24 | martin.panter | link | issue25381 messages | | 2015-10-13 05:07:24 | martin.panter | create | | |