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 roysmith
Recipients roysmith
Date 2021-04-16.18:16:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618597019.31.0.436475861063.issue43873@roundup.psfhosted.org>
In-reply-to
Content
See https://docs.python.org/3.7/library/bz2.html

For bz2.open(), the section header says:

bz2.open(filename, mode='r' ...)

but the text says:

The mode argument ... The default is 'rb'.

As I understand it, 'r' and 'rb' actually do the same thing, but the docs should at least be consistent.
History
Date User Action Args
2021-04-16 18:16:59roysmithsetrecipients: + roysmith
2021-04-16 18:16:59roysmithsetmessageid: <1618597019.31.0.436475861063.issue43873@roundup.psfhosted.org>
2021-04-16 18:16:59roysmithlinkissue43873 messages
2021-04-16 18:16:59roysmithcreate