Fix selftest telopt callback for Python 3.4
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 5 May 2019 15:26:10 +0000 (15:26 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 5 May 2019 15:26:10 +0000 (15:26 +0000)
commitb07eddb9ea3d35a8400261e96ca38ff2622bbcc1
tree18bae17afd34db6163db8beb45be78d528ef8557
parentb7a0d21774ff74bcf66315a4d14b788263f41dea
Fix selftest telopt callback for Python 3.4

Python 3.4 is unable to handle formatted bytestrings. Replace two
occurrences in the Telnet option callback handler in the selftest
script to use concatenation operators instead.
mudpy/tests/selftest.py