Skip to content

[utils] Remove Python 2 #41902

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2022
Merged

[utils] Remove Python 2 #41902

merged 1 commit into from
Mar 23, 2022

Conversation

dduan
Copy link
Contributor

@dduan dduan commented Mar 18, 2022

The library six provides compatibility between Python 2, and 3. It's no
longer necessary once we migrate off Python 2 completely.

Also remove any custom logic for Python 2 (the ones referenced by
a comment anyways).

https://bugs.swift.org/browse/SR-16025

six's doc
amazing explanation wrt __ne__

@dduan dduan force-pushed the dd/delete-six branch 3 times, most recently from e192928 to ede8921 Compare March 19, 2022 00:29
@swiftlang swiftlang deleted a comment Mar 19, 2022
@dduan
Copy link
Contributor Author

dduan commented Mar 19, 2022

@swift-ci smoke test Linux Platform

@dduan
Copy link
Contributor Author

dduan commented Mar 19, 2022

@swift-ci smoke test macOS Platform

2 similar comments
@dduan
Copy link
Contributor Author

dduan commented Mar 19, 2022

@swift-ci smoke test macOS Platform

@dduan
Copy link
Contributor Author

dduan commented Mar 19, 2022

@swift-ci smoke test macOS Platform

The library `six` provides compatibility between Python 2, and 3. It's no
longer necessary once we migrate of Python 2 completely.

Also remove any custom logic for Python 2 (the ones referenced by
a commentanyways).

https://bugs.swift.org/browse/SR-16025
@dduan
Copy link
Contributor Author

dduan commented Mar 21, 2022

@swift-ci smoke test

@dduan dduan requested review from compnerd and shahmishal March 22, 2022 03:23
@shahmishal
Copy link
Member

@swift-ci test

@shahmishal shahmishal requested a review from edymtt March 22, 2022 03:38
@shahmishal shahmishal merged commit 743d82b into swiftlang:main Mar 23, 2022
@dduan dduan deleted the dd/delete-six branch March 27, 2022 08:52
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