[New-bugs-announce] [issue39189] Use io.DEFAULT_BUFFER_SIZE for filecmp BUFSIZE variable

Bahram Aghaei report at bugs.python.org
Thu Jan 2 05:55:28 EST 2020


New submission from Bahram Aghaei <aghaee.bahram at gmail.com>:

Hello there,

I was reading the `filecmp` module and I noticed that it defined the BUFSIZE manually, I think it's better to stick to the io.DEFAULT_BUFFER_SIZE variable for both consistency and easy to maintain in the future.


Cheers,

----------
components: Library (Lib)
messages: 359188
nosy: Bahram Aghaei
priority: normal
pull_requests: 17229
severity: normal
status: open
title: Use io.DEFAULT_BUFFER_SIZE for filecmp BUFSIZE variable
type: enhancement
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list