New submission from Bahram Aghaei <aghaee.bah...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39189>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to