bbcmicrobit / micropython

Port of MicroPython for the BBC micro:bit
https://microbit-micropython.readthedocs.io
Other
595 stars 287 forks source link

No support for magic methods __lt__, __eq__ etc. #780

Closed rhubarbdog closed 1 year ago

rhubarbdog commented 1 year ago

the included program compiles and runs until line 15, syntax error number.txt

rhubarbdog commented 1 year ago

now fixed in version 2.1.0 beta or it were a genuine syntax error and not class < class having problems with the __lt__ method.