New submission from Palak Kumar Jha <palakjha...@gmail.com>:

In the PrettyPrinter._format method, since self._dispatch has dict.__repr__ 
[key] mapped to self._pprint_dict [value] the elif block is not needed. Its 
work is already being done by the if block above, which searches self._dispatch 
to fetch the appropriate value.

----------
messages: 364442
nosy: palakjha
priority: normal
severity: normal
status: open
title: Redundant code in pprint module.
type: enhancement
versions: Python 3.7, Python 3.8, Python 3.9

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

Reply via email to