[issue1520662] support all of strftime(3)

2010-07-15 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1520662] support all of strftime(3)

2010-06-25 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: time.strftime does support all of the platform strftime(3) format codes. -- assignee: -> belopolsky nosy: +belopolsky resolution: -> out of date stage: -> committed/rejected status: open -> pending ___ Pytho

[issue1520662] support all of strftime(3)

2010-06-11 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : Removed file: http://bugs.python.org/file13373/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue1520662] support all of strftime(3)

2009-03-18 Thread Tennessee Leeuwenburg
Tennessee Leeuwenburg added the comment: I might start trawling through these issues, slowly ticking them off. Thanks for the links. -T On Wed, Mar 18, 2009 at 1:17 PM, David W. Lambert wrote: > > David W. Lambert added the comment: > > (I have no clue where the servers are.) > > --

[issue1520662] support all of strftime(3)

2009-03-17 Thread David W. Lambert
David W. Lambert added the comment: (I have no clue where the servers are.) -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue1520662] support all of strftime(3)

2009-03-17 Thread David W. Lambert
David W. Lambert added the comment: (with similar links for strpfime). These are reasons a patch may be worth while: x difficult to work around using ctypes module with c library. x help(strftime) advises the programmer to see the reference manual for formatting codes. x Searching bugs.py

[issue1520662] support all of strftime(3)

2009-03-17 Thread David W. Lambert
David W. Lambert added the comment: http://linux.die.net/man/3/strftime or this link may be in USA, if you care: http://www.manpagez.com/man/3/strftime/ -- nosy: +LambertDW ___ Python tracker _

[issue1520662] support all of strftime(3)

2009-03-17 Thread Tennessee Leeuwenburg
Tennessee Leeuwenburg added the comment: I'd be happy to look at this. Would you be able to detail what is missing for me, so that it is easier for me to get to grips with what is involved? I'm not intimately familiar with all of the functionality of these modules, so if you are able to detail w