diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-05-22 20:49:08 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-05-22 20:49:08 -0400 |
| commit | 59615fc9938e0e7c7cf8141069f5eaaba05b18eb (patch) | |
| tree | 58c7a33708677c2ebda54dfb86c94d6bceaaf67c /docs/templates | |
| parent | e65cc077640881baedae1dcea0b8fcc1886d0f88 (diff) | |
add caveat language re MicroPython libraries; other slight changes
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/unsupported_in_circuitpython.inc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/templates/unsupported_in_circuitpython.inc b/docs/templates/unsupported_in_circuitpython.inc index 18c9215a8..1ed605d50 100644 --- a/docs/templates/unsupported_in_circuitpython.inc +++ b/docs/templates/unsupported_in_circuitpython.inc @@ -1,5 +1,8 @@ .. warning:: - This module is inherited from MicroPython and may not work in CircuitPython - as documented or at all! If they do work, they may change at any time. It is - unsupported. + Though this MicroPython-based library is available for use in CircuitPython, + its functionality may change in the future, perhaps significantly. + As CircuitPython continues to develop, it may be changed + to comply more closely with the corresponding standard Python library. + You may need to change your code later if you rely + on any non-standard functionality it currently provides. |
