Skip to content

Conversation

chyojn
Copy link
Contributor

@chyojn chyojn commented Feb 11, 2014

python2.6: datetime.timedelta has no attribute total_seconds
nkrode/RedisLive#5

python2.6: datetime.timedelta has no attribute total_seconds
nkrode/RedisLive#5
@kloudkl
Copy link
Contributor

kloudkl commented Feb 11, 2014

if sys.version_info >= (2, 7):
    ...
else:
    ...

@shelhamer
Copy link
Member

I don't think it's unreasonable to require python2.7. If compatibility with other python versions is desired, it should be done by version comparison as suggested by @kloudkl .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants