Status: Done
Owner: pekka.klarck
Labels: Priority-Low Target-2.8.2 Type-Enhancement

New issue 1560 by robotframew...@gmail.com: `Process` library: Consider string 'false' as Boolean False
http://code.google.com/p/robotframework/issues/detail?id=1560

This issue was created by revision dd7bc392c2fa.

Now it is possible to use string 'false', case-insensitively, in with
arguments handled as Boolean values. For example, the following are now
identical:

    Terminate Process    kill=False
    Terminate Process    kill=${FALSE}

Earlier the former would set kill `True'. This isn't such a big enhancement
in practice because, at least currently, all Boolean arguments are False by
default.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to