aws / aws-cli

Universal Command Line Interface for Amazon Web Services
Other
15.09k stars 4.01k forks source link

replace six.StringIO() by io.StringIO() in remaining places #8751

Closed a-detiste closed 2 weeks ago

a-detiste commented 2 weeks ago

Description: trim six usage in a controlled way.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

nateprewitt commented 2 weeks ago

Thanks for the PR @a-detiste! We actually have a larger push for changes around six in both CLI v1 and v2 that will be released shortly. I believe it already encompasses this fix, so we'll defer to the larger PR. We do appreciate the contribution though!

a-detiste commented 2 weeks ago

Thanks !