File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ The remote server can be gracefully stopped using three different methods:
129
129
130
130
- Hitting ``Ctrl-C `` on the console where the server is running. Starting from
131
131
version 1.0.1 this ought to work regardless the operating system and Python
132
- interpreter.
132
+ interpreter. Python 2.5 and Jython 2.5 on Windows are known exceptions, though.
133
133
134
134
- Sending the process ``SIGINT ``, ``SIGTERM ``, or ``SIGHUP `` signal. Does not
135
135
work on Windows. Notice that with Jython you need to send the signal to the
@@ -138,8 +138,8 @@ The remote server can be gracefully stopped using three different methods:
138
138
- Using ``Stop Remote Server `` keyword. This can be disabled by using
139
139
``allow_stop=False `` when starting the server.
140
140
141
- - Running ``python -m robotremoteserver stop [uri] `` similarly as when testing
142
- is the server running. Also this can be disabled using ``allow_stop=False ``.
141
+ - Running ``python -m robotremoteserver stop [uri] `` similarly as when ` testing
142
+ is server running `_ . Also this can be disabled using ``allow_stop=False ``.
143
143
New in version 1.0.1.
144
144
145
145
Example
You can’t perform that action at this time.
0 commit comments