Skip to content

Conversation

eduardoChaucaGallegos
Copy link
Contributor

@eduardoChaucaGallegos eduardoChaucaGallegos commented Oct 10, 2025

Description

Introduce deprecation warnings for sgutils.py, six.py, and distro.py in FPTR, notifying users that these modules will be removed at any time after March 2026. The warnings include guidance on alternative standard Python features or modules to use.

Follow up from #1042

…e that will be removed by the end of March 2026
@eduardoChaucaGallegos eduardoChaucaGallegos requested a review from a team October 10, 2025 18:02

warnings.warn(
"The 'distro' module is deprecated in FPTR and will be removed "
"by the end of March 2026. Use the standard library's 'platform' "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should align messaging around "any time after"

Suggested change
"by the end of March 2026. Use the standard library's 'platform' "
"at any time after March 2026. Use the standard library's 'platform' "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants