Skip to content

Conversation

@benoit-pierre
Copy link
Member

  • fix string decoding when using Python 3: X11 text strings are encoded with the Host Portable Character Encoding, which means we should be using ASCII, the same as the default with Python 2, and not UTF-8.
  • fix warnings about array.tostring() (deprecated)

X11 text strings are encoded with the Host Portable
Character Encoding, which means we should be using
ASCII, the same as the default with Python 2, and
not UTF-8.
@codecov-io
Copy link

codecov-io commented Sep 6, 2017

Codecov Report

Merging #92 into master will increase coverage by 0.05%.
The diff coverage is 94.11%.

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
+ Coverage   81.19%   81.25%   +0.05%     
==========================================
  Files          38       38              
  Lines        4404     4411       +7     
==========================================
+ Hits         3576     3584       +8     
+ Misses        828      827       -1

@vasily-v-ryabov vasily-v-ryabov merged commit 2120e8b into python-xlib:master Sep 7, 2017
@benoit-pierre benoit-pierre deleted the protocol/rq_fixes branch September 7, 2017 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants