aws-cli icon indicating copy to clipboard operation
aws-cli copied to clipboard

Replace the six,PY3: is ture

Open sergyDwhiz opened this issue 1 year ago • 6 comments

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.

sergyDwhiz avatar Dec 23 '23 21:12 sergyDwhiz

please

a-detiste avatar Jan 11 '24 22:01 a-detiste

please

I don't get please.

sergyDwhiz avatar Jan 11 '24 22:01 sergyDwhiz

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

a-detiste avatar Jan 11 '24 22:01 a-detiste

please

I don't get please.

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

sergyDwhiz avatar Jan 11 '24 23:01 sergyDwhiz

I don't own this project

a-detiste avatar Jan 11 '24 23:01 a-detiste

I don't own this project

Okay sir. But please, what do you suggest ?

sergyDwhiz avatar Jan 11 '24 23:01 sergyDwhiz

@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 avatar May 07 '24 17:05 kellertk