diff options
author | Barry Warsaw <barry@python.org> | 1997-08-25 22:15:22 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1997-08-25 22:15:22 (GMT) |
commit | 9525df03bf40916e2b874d58942a79753f1ca2c9 (patch) | |
tree | 96a0bd2022740d21ad8f3cc69b3f955bb11da0e4 | |
parent | e42b18f9d1fca06df34d9fcbd54a2a6045329197 (diff) | |
download | cpython-9525df03bf40916e2b874d58942a79753f1ca2c9.zip cpython-9525df03bf40916e2b874d58942a79753f1ca2c9.tar.gz cpython-9525df03bf40916e2b874d58942a79753f1ca2c9.tar.bz2 |
Output for sequence unpacking test
-rw-r--r-- | Lib/test/output/test_unpack | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_unpack b/Lib/test/output/test_unpack new file mode 100644 index 0000000..8a28d8c --- /dev/null +++ b/Lib/test/output/test_unpack @@ -0,0 +1 @@ +test_unpack |