GrahamDumpleton / wrapt

A Python module for decorators, wrappers and monkey patching.
BSD 2-Clause "Simplified" License
2.04k stars 230 forks source link

@classmethod + decorator chainig is now allowed in python 3.9+ #192

Closed NophKe closed 2 years ago

NophKe commented 2 years ago

I've just read the documentation and then read https://bugs.python.org/issue42832 . Just before writing this I finally ended up reading https://github.com/GrahamDumpleton/wrapt/issues/182.

Can you, please, update the docs?

Thank you, for this library !

GrahamDumpleton commented 2 years ago

Fixed. Luckily was making a release so could update it. :-)

GrahamDumpleton commented 2 years ago

Link to update docs is: