[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Lib/test test_os.py,1.6,1.7 (original) (raw)

Fredrik Lundh fredrik@pythonware.com
Thu, 18 Oct 2001 23:29:52 +0200


Guido van Rossum wrote:

> umm. do we really need the "st" and "tm" prefixes?

I think so. They make it easier to switch between C and Python code, documentation, brains etc.

does that imply that tm.tm_year != tm[0]?

and should really all those of us who wouldn't dream of writing time or stat code in C have to suffer? -0.5 from me.