Questions about datetime module

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Åâãåíèé Êîñåíêî

    Questions about datetime module

    Hi!

    I have several questions about the module datetime. The module has been added
    to Python 2.3. It seems that its interface is raw and dirty.

    Who is maintainer of the module? Who may answer for my questions and
    proposals?

  • Peter Hansen

    #2
    Re: Questions about datetime module

    Åâãåíèé Êîñåíêî wrote:[color=blue]
    >
    > I have several questions about the module datetime. The module has been added
    > to Python 2.3. It seems that its interface is raw and dirty.[/color]

    Sounds like an opinion that really ought to have some explanation
    if it's to sound like anything other than whining...
    [color=blue]
    > Who is maintainer of the module? Who may answer for my questions and
    > proposals?[/color]

    Post stuff here for discussion, or consult the appropriate Python
    Enhancement Proposal (or "meta-proposal", really) listed at the
    top of http://www.python.org/peps/ to learn how to do this sort of
    thing in a more formal fashion.

    You could also probably post something to a list at SourceForge,
    but I suggest discussion here first, since it seems likely many
    people will not share your views on the matter. After all, there
    was ample opportunity for review prior to the final release of
    Python 2.3...

    -Peter

    Comment

    Working...