There was an error while loading. Please reload this page.
1 parent 0b18efd commit e66424aCopy full SHA for e66424a
1 file changed
Doc/license.rst
@@ -960,10 +960,11 @@ libmpdec
960
--------
961
962
The :mod:`!_decimal` C extension underlying the :mod:`decimal` module
963
-is built using an included copy of the libmpdec
964
-library unless the build is configured ``--with-system-libmpdec``::
+uses the libmpdec library if made available by the operating system.
+Additionally, the Windows and macOS installers for Python include a copy
965
+of the libmpdec library, so we include a copy of the libmpdec license here::
966
- Copyright (c) 2008-2020 Stefan Krah. All rights reserved.
967
+ Copyright (c) 2008-2024 Stefan Krah. All rights reserved.
968
969
Redistribution and use in source and binary forms, with or without
970
modification, are permitted provided that the following conditions
0 commit comments