[issue33155] Use super().method instead in Logging

2018-03-27 Thread Mads Jensen
Change by Mads Jensen <m...@inducks.org>: -- keywords: +patch pull_requests: +5999 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue33156] Use super().method instead in email classes.

2018-03-27 Thread Mads Jensen
New submission from Mads Jensen <m...@inducks.org>: There are lots of legacy calls in the form of ClassName.method, which should be replaced with super().method. -- components: email messages: 314519 nosy: barry, madsjensen, r.david.murray priority: normal pull_requests: 5997 se

[issue33155] Use super().method instead in Logging

2018-03-27 Thread Mads Jensen
New submission from Mads Jensen <m...@inducks.org>: There are lots of legacy calls in the form of ClassName.method, which should be replaced with super().method. This is an issue in many modules; I've been asked to create a report for each module that the PR touches. -- comp

[issue31853] Use super().method instead of socket.method in SSLSocket

2018-03-27 Thread Mads Jensen
Mads Jensen <m...@inducks.org> added the comment: There are lots of legacy calls in the form of ClassName.method, which should be replaced with super().method. -- components: +email -SSL nosy: +barry, r.david.murray pull_requests: +5996 ___

[issue31853] Use super().method instead of socket.method in SSLSocket

2017-10-23 Thread Mads Jensen
Change by Mads Jensen <m...@inducks.org>: -- nosy: +madsjensen -earonesty ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue31853> ___

[issue16535] json encoder unable to handle decimal

2016-08-31 Thread Mads Jensen
Mads Jensen added the comment: Hi @cvrebert and team - do you know if this was ever implemented. It seems that it is still an issue for financial applications, and that the solution proposed would be relevant and helpful. -- nosy: +mjensen