[Python-bugs-list] [ python-Bugs-697985 ] Move gmtime function from calendar to time module

SourceForge.net noreply@sourceforge.net
Wed, 05 Mar 2003 05:40:14 -0800


Bugs item #697985, was opened at 2003-03-05 14:40
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=697985&group_id=5470

Category: Python Library
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Submitted By: Erland Lewin (erl)
Assigned to: Nobody/Anonymous (nobody)
Summary: Move gmtime function from calendar to time module

Initial Comment:
The gmtime function in the calendar module would be
much more logical to have in the time module, since it
manipulates tm tuples and unix timestamps, which the
other functions in time do, but no other functions in
calendar.

Related to bug #697983


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=697985&group_id=5470