Re: change date format

2005-09-01 Thread Paul McGuire
Oh, please! Even the most lopsided, opinionated, um, person could have tried, oh, maybe, time as a possible module for this function? What next? Is there a module or class that will convert 'I have no shame. ' to upper case, AND trim the trailing whitespace? (Hint: it has to do with 'string'

change date format

2005-08-31 Thread Xah Lee
Apache by default uses the following format for date: 30/Aug/2005 is there a module that turn this directly into mmdd? Xah [EMAIL PROTECTED] ∑ http://xahlee.org/ -- http://mail.python.org/mailman/listinfo/python-list

Re: change date format

2005-08-31 Thread Lars Gustäbel
[Xah Lee] Apache by default uses the following format for date: 30/Aug/2005 is there a module that turn this directly into mmdd? Use time.strptime() and time.strftime(). Not a single occurrence of the f**k word. You're making progress. Keep it up! -- Lars Gustäbel [EMAIL PROTECTED]

Re: change date format

2005-08-31 Thread Fredrik Lundh
Lars Gustäbel wrote: Not a single occurrence of the f**k word. You're making progress. perhaps, but why is he posting apache questions to the python list? /F -- http://mail.python.org/mailman/listinfo/python-list

Re: change date format

2005-08-31 Thread dimitri pater
On 8/31/05, Fredrik Lundh [EMAIL PROTECTED] wrote: Lars Gustäbel wrote: Not a single occurrence of the f**k word. You're making progress.perhaps, but why is he posting apache questions to the python list? because we know all, we see all, we are Python programing (sic) morons dimitri --

Re: change date format

2005-08-31 Thread alex23
Fredrik Lundh wrote: perhaps, but why is he posting apache questions to the python list? The real question is why is he asking for our help at all, given: Xah Lee wrote: Fuck the Python programing morons. - alex23 -- http://mail.python.org/mailman/listinfo/python-list

Re: change date format

2005-08-31 Thread Steve Holden
alex23 wrote: Fredrik Lundh wrote: perhaps, but why is he posting apache questions to the python list? The real question is why is he asking for our help at all, given: Xah Lee wrote: Fuck the Python programing morons. He isn't asking for help. He's simply masturbating. regards

Re: change date format

2005-08-31 Thread alex23
Steve Holden wrote: He isn't asking for help. He's simply masturbating. Now _that_ is how you kill a thread :) - alex23 -- http://mail.python.org/mailman/listinfo/python-list