[2.2.x] Refs #29478 -- Clarified cached_property 2.2 release note.

Backport of 3b64e2b775 from master.
This commit is contained in:
Tim Graham 2019-02-12 15:12:14 -05:00
parent 28a6046b54
commit c3655b1528
1 changed files with 3 additions and 3 deletions

View File

@ -345,9 +345,9 @@ In usage like::
alias = base alias = base
``alias`` is not cached. Such usage now raises ``TypeError: Cannot assign the ``alias`` is not cached. Where the problem can be detected (Python 3.6 and
same cached_property to two different names ('base' and 'alias').`` on Python later), such usage now raises ``TypeError: Cannot assign the same
3.6 and later. cached_property to two different names ('base' and 'alias').``
Use this instead:: Use this instead::