We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5582ef1 commit 3c4ebebCopy full SHA for 3c4ebeb
2 files changed
src/testdir/test_netbeans.py
@@ -52,7 +52,7 @@ def handle(self):
52
return
53
54
if len(response) > 0:
55
- self.request.sendall(response)
+ self.request.sendall(response.encode('utf-8'))
56
# Write the respoinse into the file, so that the test can knows
57
# the command was sent.
58
with open("Xnetbeans", "a") as myfile:
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 5,
769
/**/
770
4,
771
0 commit comments