summaryrefslogtreecommitdiff
path: root/NOTICE
diff options
context:
space:
mode:
Diffstat (limited to 'NOTICE')
-rw-r--r--NOTICE3
1 files changed, 3 insertions, 0 deletions
diff --git a/NOTICE b/NOTICE
index f5937ca..59d5c11 100644
--- a/NOTICE
+++ b/NOTICE
@@ -28,6 +28,7 @@ contains URLs pointing at the source of the forked code.
replace_nth.
+ Added type annotations everywhere,
+ Wrote doctests everywhere,
+ + Added sphinx style pydocs,
+ Wrote a supplimental unittest (tests/string_utils_test.py),
+ Added logging.
@@ -41,6 +42,7 @@ contains URLs pointing at the source of the forked code.
Scott's modifications include:
+ Adding a unittest (tests/shared_dict_test.py),
+ Minor cleanup and style tweaks,
+ + Added sphinx style pydocs,
+ Added type hints.
3. The timeout decortator in decorator_utils.py is based on original
@@ -65,6 +67,7 @@ contains URLs pointing at the source of the forked code.
+ Ported the code to python3,
+ Added type hints,
+ Added timeouts / retries,
+ + Added sphinx style pydocs,
+ Added logging.
Thank you to everyone who makes their code available for reuse by