diff options
author | Guido van Rossum <guido@python.org> | 1996-12-12 19:03:11 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-12-12 19:03:11 (GMT) |
commit | 483705c5a9283630ce38837a1158d71672b845ce (patch) | |
tree | 4b54752f1c6d24fe820035b93b7e47dc0024e471 /Lib/test/output | |
parent | 6cdd7a0433aaf9d28ebb912276c704e755e64543 (diff) | |
download | cpython-483705c5a9283630ce38837a1158d71672b845ce.zip cpython-483705c5a9283630ce38837a1158d71672b845ce.tar.gz cpython-483705c5a9283630ce38837a1158d71672b845ce.tar.bz2 |
Added test_strftime (Skip Montanaro).
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_strftime | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/test/output/test_strftime b/Lib/test/output/test_strftime new file mode 100644 index 0000000..1564499 --- /dev/null +++ b/Lib/test/output/test_strftime @@ -0,0 +1,5 @@ +test_strftime +Strftime test, platform: irix5, Python version: 1.4 +Does not appear to support '%k' format +Does not appear to support '%s' format +Does not appear to support '%3y' format |