From c5b4cd005c541c82ae3f5cb1b81718f6e95f09a2 Mon Sep 17 00:00:00 2001 From: Matt Trentini Date: Fri, 11 Nov 2022 23:22:41 +1100 Subject: [PATCH] Update decimal status - yellow since there's the third-party mpy-decimal module --- Standard-Library-Coverage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Standard-Library-Coverage.md b/Standard-Library-Coverage.md index 5d61020..4a1ff15 100644 --- a/Standard-Library-Coverage.md +++ b/Standard-Library-Coverage.md @@ -46,7 +46,7 @@ | [dbm.dumb](https://docs.python.org/3/library/dbm.html#module-dbm.dumb) | Portable implementation of the simple DBM interface. | ? | | [dbm.gnu](https://docs.python.org/3/library/dbm.html#module-dbm.gnu) | GNU's reinterpretation of dbm. | ? | | [dbm.ndbm](https://docs.python.org/3/library/dbm.html#module-dbm.ndbm) | The standard "database" interface, based on ndbm. | ? | -| [decimal](https://docs.python.org/3/library/decimal.html#module-decimal) | Implementation of the General Decimal Arithmetic Specification. | ? | +| [decimal](https://docs.python.org/3/library/decimal.html#module-decimal) | Implementation of the General Decimal Arithmetic Specification. | 🟡 | See third-part [mpy-decimal](https://github.com/mpy-dev/micropython-decimal-number). | [difflib](https://docs.python.org/3/library/difflib.html#module-difflib) | Helpers for computing differences between objects. | ? | | [dis](https://docs.python.org/3/library/dis.html#module-dis) | Disassembler for Python bytecode. | ? | | [distutils](https://docs.python.org/3/library/distutils.html#module-distutils) and submodules | Support for building and installing Python modules into an existing Python installation. | ❌ |