diff options
| author | Scott Gasch <[email protected]> | 2022-05-31 22:12:19 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-05-31 22:12:19 -0700 |
| commit | 2a6d7810f85b88fb89d11d3e6be64f974ab77f97 (patch) | |
| tree | 8b77a19a93cf573276ea9caca3baf9bea055f2f4 /NOTICE | |
| parent | ec7c26dad2c26e4e4c33a69252654e3b1155bc7b (diff) | |
More doc updates.
Diffstat (limited to 'NOTICE')
| -rw-r--r-- | NOTICE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
