]> granicus.if.org Git - python/commit
More or less portabilized.
authorBarry Warsaw <barry@python.org>
Fri, 13 Dec 1996 18:07:07 +0000 (18:07 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 13 Dec 1996 18:07:07 +0000 (18:07 +0000)
commit4eb01cd37292ede5608e5b0f9c2fdbc5007a0e9a
tree4667b1980cfce5c4be5336af6ab51dc074af3d3c
parent3c700ed6130f9b764326bac4ac1345e19e67d417
More or less portabilized.

1. If a conversion isn't supported on the current platform, just
   ignore it, unless running as a script (i.e. verbose)

2. Don't use time.time() and os.popen('date') to get the raw values.
   These will always be different!
Lib/test/test_strftime.py