Skip to content

Commit ef297f2

Browse files
committed
Extend the retention of the compatibility.
1 parent 98eee7f commit ef297f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distutils/compat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def consolidate_linker_args(args: list[str]) -> str:
77
"""
88
Ensure the return value is a string for backward compatibility.
99
10-
Retain until at least 2024-10-31.
10+
Retain until at least 2024-04-31. See pypa/distutils#246
1111
"""
1212

1313
if not all(arg.startswith('-Wl,') for arg in args):

0 commit comments

Comments
 (0)