Skip to content
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

Replace the six,PY3: is ture #8454

Closed
wants to merge 30 commits into from
Closed

Conversation

Sergius-Nyah
Copy link

@Sergius-Nyah Sergius-Nyah commented Dec 23, 2023

The if six.PY3: condition could be replaced with if True: since Python 2 is no longer supported.

This change simplifies the code and removes the dependency on the six library.

…es including documenting argument groups, individual arguments, adding notes, and documenting models, which made the method quite large and cumbersome. To improve this, I refactored the method into smaller and more manageable methods which handle a single responsibility.
… HelpCommandDocumentEventHandler class. They included 'Description','Synopsis', 'Options', and 'Output'. To improve this, I defined these constants globally at the top of each classes, such that if we need to change any of these constants in the future, we can do it in one place and the changes will propagate throughout the code
… aroud the _map_handlers, now errors will be handled gracefully
@a-detiste
Copy link

please

@Sergius-Nyah
Copy link
Author

please

I don't get please.

@a-detiste
Copy link

please merge / proceed / go forward with removal of six everywhere

@Sergius-Nyah
Copy link
Author

please

I don't get please.

So how do I do that ? It's solely in your place to approve and merge.

@a-detiste
Copy link

I don't own this project

@Sergius-Nyah
Copy link
Author

I don't own this project

Okay sir.
But please, what do you suggest ?

@kellertk
Copy link
Contributor

kellertk commented May 7, 2024

@Sergius-Nyah as we've mentioned before, creating a large number of PRs against this repository is not the way to get your changes in. If you are still interested in contributing, please consolidate all of your PRs into one PR so we can review, and review our contributing guide.

@kellertk kellertk closed this May 7, 2024
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.

None yet

3 participants