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 Jim.Jewett
Recipients Jim.Jewett, docs@python
Date 2018-07-06.21:42:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
binhex defines a module-wide constant of 

REASONABLY_LARGE = 32768  # Minimal amount we pass the rle-coder

Later on, in 5 locations it does either ifp.read(128000) or ifp.read_rsrc(128000)

It isn't clear why a different constant is used, let alone why a literal is used instead of something like REASONABLY_LARGE.
History
Date User Action Args
2018-07-06 21:42:25Jim.Jewettsetrecipients: + Jim.Jewett, docs@python
2018-07-06 21:42:25Jim.Jewettsetmessageid: <[email protected]>
2018-07-06 21:42:25Jim.Jewettlinkissue34063 messages
2018-07-06 21:42:25Jim.Jewettcreate