[issue17267] datetime.time support for '+' and 'now'

2013-02-26 Thread Joar Wandborg
Joar Wandborg added the comment: New patch, removed whitespace change and unnecessary test. add_time_timedelta arg `factor` will not be changed, in order to preserve uniformity. -- Added file: http://bugs.python.org/file29251/issue17267-v3.patch

[issue17267] datetime.time support for '+' and 'now'

2013-02-24 Thread Joar Wandborg
Joar Wandborg added the comment: I am adding yet another patch. This time it has - TZ-aware tests (datetimetester.TestTimeTZ). - C time_subtract method. - Pure time.__sub__ method. in addition to the previous - Tests for time + timedelta - C time_add - Pure time.__add__ There's one

[issue17267] datetime.time support for '+' and 'now'

2013-02-23 Thread Joar Wandborg
Joar Wandborg added the comment: New patch adressing the review comments. -- Added file: http://bugs.python.org/file29205/issue17267.patch ___ Python tracker <http://bugs.python.org/issue17

[issue17267] datetime.time support for '+' and 'now'

2013-02-23 Thread Joar Wandborg
Joar Wandborg added the comment: Patch submitted, please review. -- keywords: +patch nosy: +joar Added file: http://bugs.python.org/file29200/issue17267.patch ___ Python tracker <http://bugs.python.org/issue17