X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=NOTICE;h=d61aae6e361fbd56dd7f2ae13ba7f90c226ce0ba;hb=HEAD;hp=59d5c112579b71de2c745fa42666894b834a7acb;hpb=2a6d7810f85b88fb89d11d3e6be64f974ab77f97;p=python_utils.git diff --git a/NOTICE b/NOTICE index 59d5c11..d61aae6 100644 --- a/NOTICE +++ b/NOTICE @@ -41,9 +41,10 @@ contains URLs pointing at the source of the forked code. Scott's modifications include: + Adding a unittest (tests/shared_dict_test.py), + + Added type hints, + + Changes to locking scope, + Minor cleanup and style tweaks, - + Added sphinx style pydocs, - + Added type hints. + + Added sphinx style pydocs. 3. The timeout decortator in decorator_utils.py is based on original work published in ActiveState code recipes and covered by the PSF