On 2019-11-06 22:53, Terry Reedy wrote:
On 11/6/2019 3:09 PM, R.Wieser wrote:
Dennis,
Depends upon the OS...
My apologies, its Linux (as on a Raspberry Pi).
I don't know how much Linux is customized for RP, but last I knew,
Python on RP is MicroPython, not CPython. So I expect OS-related
functions to not necessarily match Linux on a desktop.
MicroPython is for smaller systems. Raspberry Pi has a full Python
implementation, as far as I can tell. I have one running Python 3.5 with
the regex module installed, the module being downloaded via pip from
PyPI and built from source on the RP. No changes were needed to make it
work.
--
https://mail.python.org/mailman/listinfo/python-list