Compatibility with pexpect-u

Merged
#6 · Created  · Last updated

Merged pull request

Merged in rangius/corenlp-python (pull request #6)

022660f·Author: ·Closed by: ·2013-11-07

Description

Pexpect-u is a fork of pexpect that sanely returns unicode output for those of us still working with Python 2.7; using it in place of plain pexpect breaks the wrapper, as it calls .decode() on a unicode object. This edit introduces an additional check that fixes the problem.

0 attachments

0 comments

Loading commits...