Skip to content

Commit b82669a

Browse files
committed
README: Note that Ctrl-C is known not to work w/ [PJ]ython 2.5.
1 parent 7d74d65 commit b82669a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The remote server can be gracefully stopped using three different methods:
129129

130130
- Hitting ``Ctrl-C`` on the console where the server is running. Starting from
131131
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.
133133

134134
- Sending the process ``SIGINT``, ``SIGTERM``, or ``SIGHUP`` signal. Does not
135135
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:
138138
- Using ``Stop Remote Server`` keyword. This can be disabled by using
139139
``allow_stop=False`` when starting the server.
140140

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``.
143143
New in version 1.0.1.
144144

145145
Example

0 commit comments

Comments
 (0)