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

bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX #8923

Merged
merged 3 commits into from
Aug 27, 2018

Conversation

aixtools
Copy link
Contributor

@aixtools aixtools commented Aug 25, 2018

Was much simpler than I thought.

not arg.decode('ascii', 'surrogateescape') but arg.decode('iso-8859-1')

https://bugs.python.org/issue34347

@vstinner
Copy link
Member

Travis CI failed on test_socket which is a random failure. I schedule a new build.

@vstinner
Copy link
Member

The doc job of Travis CI failed without any output. I schedule a new build of this job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants