[issue25989] documentation version switcher is broken fro 2.6, 3.2, 3.3

2016-01-01 Thread Vincent Davis
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

[issue21360] mailbox.Maildir should ignore files named with a leading dot

2015-01-02 Thread Vincent Davis
Changes by Vincent Davis : -- nosy: +Vincentdavis ___ Python tracker <http://bugs.python.org/issue21360> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18983] Specify time unit for timeit CLI

2015-01-02 Thread Vincent Davis
Vincent Davis added the comment: Anything else need to be done on this patch? -- nosy: +Vincentdavis ___ Python tracker <http://bugs.python.org/issue18

[issue20544] Use specific asserts in operator tests

2015-01-02 Thread Vincent Davis
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

[issue15933] flaky test in test_datetime

2015-01-02 Thread Vincent Davis
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