diff options
| author | Scott Gasch <[email protected]> | 2022-08-30 15:36:23 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-08-30 15:36:23 -0700 |
| commit | 4d69e7bee5985ff744ef543f9c9f20bb37f4fd6d (patch) | |
| tree | 4f4670330005625ee63dbbc329822f4704b32930 /NOTICE | |
| parent | 119692e4487278e5d19c06cfe7dc062c2bd7efc5 (diff) | |
Changes towards splitting up the library and (maybe?) publishing on PyPi.
Diffstat (limited to 'NOTICE')
| -rw-r--r-- | NOTICE | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
