Status: Done
Owner: pekka.klarck
Labels: Type-Refactoring Priority-Low Target-2.1

New issue 281 by pekka.klarck: Helper classes inside BuiltIn module renamed (e.g. Converter -> _Converter) because they are not part of the public API
http://code.google.com/p/robotframework/issues/detail?id=281

BuiltIn library is created from several helper classes. In version prior to
2.1 they were named Converter, Verify, Variables, RunKeyword and Misc. In
r1512 they were renamed to _Converter, _Verify, _Variables, _RunKeyword and
_Misc to highlight that they are not part of the public API.

Instead of using these individual helper classes, external libraries and
tools should use just he BuiltIn class like "from robot.libraries.BuiltIn
import BuiltIn". This format works with RF 2.1 and also with all earlier
versions. Helper classes are subject to change also in future releases but
the BuiltIn class will stay.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to