[issue29099] sqlite3 timestamp converter cannot handle timezone

2016-12-29 Thread Xiang Zhang
Xiang Zhang added the comment: LGTM generally. :-) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue29103] Make enum.py pep8 compliant

2016-12-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset bf6987b93358 by Raymond Hettinger in branch '3.6': Issue #29103: Remove unused import. Noticed by Jean-Sebastien Bevilacqua. https://hg.python.org/cpython/rev/bf6987b93358 -- nosy: +python-dev ___ Python

[issue29108] Python 3.6.0 multiprocessing map_async callback

2016-12-29 Thread Jose Miguel Colella
Jose Miguel Colella added the comment: Hello David, Thanks for your response. Improvements to the documentation could clear this misunderstanding. I had initially believed that after transforming with the function passed to the map, it would use the callback on each of the result arguments. J

[issue29114] __class__ not exists in the method which bounded by types.MethodType.

2016-12-29 Thread Xiang Zhang
Xiang Zhang added the comment: You can't do it like this. The document explicitly states it only works inside a class definition: "Also note that, aside from the zero argument form, super() is not limited to use inside methods. The two argument form specifies the arguments exactly and makes t

<    1   2