[liblouis-liblouisxml] [liblouis/liblouis] 63f6d4: runHarness.py: fix decoding of JSON files

  • From: Bert Frees <bertfrees@xxxxxxxxx>
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Wed, 04 Mar 2015 11:18:16 -0800

  Branch: refs/heads/bfrees_runharness_decoding
  Home:   https://github.com/liblouis/liblouis
  Commit: 63f6d45fcf5ef26d82f35f62e259f8093f04896b
      
https://github.com/liblouis/liblouis/commit/63f6d45fcf5ef26d82f35f62e259f8093f04896b
  Author: Bert Frees <bertfrees@xxxxxxxxx>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

  Changed paths:
    M tests/harness/runHarness.py

  Log Message:
  -----------
  runHarness.py: fix decoding of JSON files

According to the documentation of json.load the encoding argument is
ignored and deprecated: https://docs.python.org/3/library/json.html


Other related posts: