commit | 3f9fe23c05280dc5736c07bb0e968cdaf8c503d0 | [log] [tgz] |
---|---|---|
author | Vladimir <greatvovan@gmail.com> | Tue Dec 15 18:47:26 2020 -0800 |
committer | GitHub <noreply@github.com> | Tue Dec 15 18:47:26 2020 -0800 |
tree | 19f1cf350835186408cf2f44c6ffa53d5cefe062 | |
parent | 801165e1a99507d604d4db82e44b1cab9f9c715c [diff] |
bpo-42179: Clarify exception chaining (GH-23160) * Update errors.rst Clarify exception chaining behaviour and give a reference to the library documentation. * Update errors.rst Wording * Update errors.rst Spelling * Update errors.rst Remove mentioning of special attributes as folks think it's too much for beginners.