[issue43938] Document that dataclasses.FrozenInstanceError derives from AttributeError

2021-04-26 Thread Llandy Riveron Del Risco
Llandy Riveron Del Risco added the comment: The CLA should be correctly signed. Using this message as a test to see if the star appears correctly after the name. -- ___ Python tracker <https://bugs.python.org/issue43

[issue43938] Document that dataclasses.FrozenInstanceError derives from AttributeError

2021-04-25 Thread Llandy Riveron Del Risco
Change by Llandy Riveron Del Risco : -- keywords: +patch nosy: +llandy3d nosy_count: 2.0 -> 3.0 pull_requests: +24319 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/25603 ___ Python tracker