Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bpo-31904: add missing rst files
  • Loading branch information
hliu0 committed Mar 19, 2019
commit 0ecfe87ff95d3511eebcd51cd2556e6a03bfbfd4
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VxWorks uses UTF-8 as the system encoding. So the test case test_utf8_mode.py
need to be updated to use UTF-8 on VxWorks.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I propose:

Fix test_utf8_mode on VxWorks: Python always use UTF-8 on VxWorks .

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have made the requested changes; please review again