This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author elinaldosoft
Recipients elinaldosoft
Date 2019-08-22.10:48:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566470893.59.0.211009594568.issue37914@roundup.psfhosted.org>
In-reply-to
Content
Hello, 

Does it make sense to exist theses 2 methods in class timedelta?

@property
def hours(self):
    return self._seconds // 3600

@property
def minutes(self):
    return self._seconds // 60
History
Date User Action Args
2019-08-22 10:48:13elinaldosoftsetrecipients: + elinaldosoft
2019-08-22 10:48:13elinaldosoftsetmessageid: <1566470893.59.0.211009594568.issue37914@roundup.psfhosted.org>
2019-08-22 10:48:13elinaldosoftlinkissue37914 messages
2019-08-22 10:48:13elinaldosoftcreate