From e1e89838c811bdb4e300df909384de2c93d0561a Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Sat, 17 Jun 2023 08:57:31 +0700 Subject: python/python3-deprecated: Added (deprecated decorators). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-deprecated/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python3-deprecated/README (limited to 'python/python3-deprecated/README') diff --git a/python/python3-deprecated/README b/python/python3-deprecated/README new file mode 100644 index 0000000000..7d042c558e --- /dev/null +++ b/python/python3-deprecated/README @@ -0,0 +1,4 @@ +python3-deprecated (eprecate old python classes, functions or method) + +Python @deprecated decorator to deprecate old python classes, +functions or methods. -- cgit v1.2.3