From 4d69e7bee5985ff744ef543f9c9f20bb37f4fd6d Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 30 Aug 2022 15:36:23 -0700 Subject: Changes towards splitting up the library and (maybe?) publishing on PyPi. --- NOTICE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'NOTICE') 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 -- cgit v1.3