[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.python.org/issue33155>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
severity: normal
status: open
title: Use super().method instead in email classes.
versions: Python 3.7, Python 3.8

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33156>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.

--
components: Library (Lib)
messages: 314517
nosy: madsjensen
priority: normal
severity: normal
status: open
title: Use super().method instead in Logging

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33155>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31853>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16535>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com