diff options
author | ptmcg <ptmcg@austin.rr.com> | 2018-12-31 13:17:56 -0600 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2018-12-31 13:17:56 -0600 |
commit | fb319395a0450513e8528c0b2ce9104f1ede59a3 (patch) | |
tree | 317410566594d0d462b2e2ab34105674a53cd344 /examples/statemachine/documentSignoffDemo.py | |
parent | e177e2feed1bfbe29f32c3378978313d19ce1c26 (diff) | |
download | pyparsing-git-fb319395a0450513e8528c0b2ce9104f1ede59a3.tar.gz |
Clean up CHANGES notes for new examples
Diffstat (limited to 'examples/statemachine/documentSignoffDemo.py')
-rw-r--r-- | examples/statemachine/documentSignoffDemo.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/statemachine/documentSignoffDemo.py b/examples/statemachine/documentSignoffDemo.py index 9378507..89c6440 100644 --- a/examples/statemachine/documentSignoffDemo.py +++ b/examples/statemachine/documentSignoffDemo.py @@ -63,6 +63,3 @@ def run_demo(): if __name__ == '__main__': run_demo() - -# TODO - can you pickle state or otherwise persist it? -# TODO - can you decorate state changes (for logging or permission checking)? |