From 5e9f3d6977677c20b3447f07bf8bcf4553aac076 Mon Sep 17 00:00:00 2001 From: Jim Morrison Date: Fri, 8 Mar 2024 08:01:56 -0800 Subject: [PATCH] docs: Note to use functools.wrap instead of utils.wrapping. (#966) --- MIGRATION_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION_NOTES.md b/MIGRATION_NOTES.md index 0264345c..3022b429 100644 --- a/MIGRATION_NOTES.md +++ b/MIGRATION_NOTES.md @@ -284,7 +284,7 @@ refactoring, or new features of Python 3, and are no longer implemented: - `utils.logging_debug()` - `utils.positional()` - `utils.tweak_logging()` -- `utils.wrapping()` +- `utils.wrapping()` (use `functools.wraps` instead) - `utils.threading_local()` ## Bare Metal