9d2270a979
Formerly, if you wrote SPI.frequency = 0 you would get the sightly erroneous error message AttributeError: 'SPI' object has no attribute 'frequency' In this case, a better message would read AttributeError: 'SPI' object cannot assign attribute 'frequency' This new message will both be used in the case where the attribute doesn't exist at all (and the object has no dynamic attributes; most instances of built in types behave this way), or if the attribute exists but is read-only. |
||
---|---|---|
.. | ||
circuitpython.pot | ||
de_DE.po | ||
en_US.po | ||
en_x_pirate.po | ||
es.po | ||
fil.po | ||
fr.po | ||
ID.po | ||
it_IT.po | ||
ko.po | ||
pl.po | ||
pt_BR.po | ||
zh_Latn_pinyin.po |