This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author greatbahram
Recipients greatbahram
Date 2020-01-02.10:55:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577962528.13.0.543315983881.issue39189@roundup.psfhosted.org>
In-reply-to
Content
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,
History
Date User Action Args
2020-01-02 10:55:28greatbahramsetrecipients: + greatbahram
2020-01-02 10:55:28greatbahramsetmessageid: <1577962528.13.0.543315983881.issue39189@roundup.psfhosted.org>
2020-01-02 10:55:28greatbahramlinkissue39189 messages
2020-01-02 10:55:28greatbahramcreate