Skip to content

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

Merged
vstinner merged 3 commits intopython:masterfrom
aixtools:bpo-34347
Aug 27, 2018
Merged

bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX#8923
vstinner merged 3 commits intopython:masterfrom
aixtools:bpo-34347

Conversation

@aixtools
Copy link
Copy Markdown
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
Copy Markdown
Member

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

@vstinner
Copy link
Copy Markdown
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