Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MIGRATION_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down