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.
2 parents fd2a19c + 3c4ebeb commit e7f312fCopy full SHA for e7f312f
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
@@ -779,6 +779,8 @@ static char *(features[]) =
779
780
static int included_patches[] =
781
{ /* Add new patch number below this line */
782
+/**/
783
+ 5,
784
/**/
785
4,
786
0 commit comments