New submission from Vincent Davis:
>From the documentation pages for python 2.7 and 3.4, 3.5, 3.6 it is possible
>to select another python version in the breadcrumb at the top left of the
>page. This is not available for python 2.6, 3.2 and 3.3.
See related issue which is clos
Changes by Vincent Davis :
--
nosy: +Vincentdavis
___
Python tracker
<http://bugs.python.org/issue21360>
___
___
Python-bugs-list mailing list
Unsubscribe:
Vincent Davis added the comment:
Anything else need to be done on this patch?
--
nosy: +Vincentdavis
___
Python tracker
<http://bugs.python.org/issue18
Vincent Davis added the comment:
Looks like this is ready to be applied and closed or just closed.
--
nosy: +Vincentdavis
___
Python tracker
<http://bugs.python.org/issue20
Vincent Davis added the comment:
Rather than dealing with the time delta how about getting the time twice and
checking that we are between and at least once we have the same day.
i.e.
ts1 = time()
today = self.theclass.today()
ts2 = time()
todayagain1 = self.theclass.fromtimestamp(ts1