Skip to content

Commit

Permalink
Extend the retention of the compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 13, 2024
1 parent 98eee7f commit ef297f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distutils/compat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def consolidate_linker_args(args: list[str]) -> str:
"""
Ensure the return value is a string for backward compatibility.
Retain until at least 2024-10-31.
Retain until at least 2024-04-31. See pypa/distutils#246
"""

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

0 comments on commit ef297f2

Please sign in to comment.