diff options
author | Guido van Rossum <guido@python.org> | 1995-04-10 11:40:26 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-04-10 11:40:26 (GMT) |
commit | 21bc15b73da1e3e5ab60ff9b93a95bfd390fea3f (patch) | |
tree | 6c138d03577d4d75c87e7ddb665dbc535fcf06ad /Demo/comparisons/patterns | |
parent | f4449def3b0e4d7d2e197920cb7f9db4f2e9df04 (diff) | |
download | cpython-21bc15b73da1e3e5ab60ff9b93a95bfd390fea3f.zip cpython-21bc15b73da1e3e5ab60ff9b93a95bfd390fea3f.tar.gz cpython-21bc15b73da1e3e5ab60ff9b93a95bfd390fea3f.tar.bz2 |
commit -- why not...
Diffstat (limited to 'Demo/comparisons/patterns')
-rwxr-xr-x | Demo/comparisons/patterns | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Demo/comparisons/patterns b/Demo/comparisons/patterns new file mode 100755 index 0000000..f4da846 --- /dev/null +++ b/Demo/comparisons/patterns @@ -0,0 +1,4 @@ +^def +^class +^import +^from |