[New-bugs-announce] [issue44631] Refactoring the repr() of the _Environ class (os module)

Leonardo Freua report at bugs.python.org
Tue Jul 13 18:04:27 EDT 2021


New submission from Leonardo Freua <leonardo.batista.freua at gmail.com>:

Currently, the repr() code of the _Environ class does many things in a bunched way, making it difficult to read and difficult to determine the result returned by the method.

Therefore, I propose an adjustment in the code to make it more readable, as well as your test.

----------
components: Library (Lib)
messages: 397448
nosy: Leonardofreua
priority: normal
severity: normal
status: open
title: Refactoring the repr() of the _Environ class (os module)
type: enhancement
versions: Python 3.10, Python 3.11, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44631>
_______________________________________


More information about the New-bugs-announce mailing list