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 shreyanavigyan
Recipients roysmith, shreyanavigyan
Date 2021-04-16.18:21:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618597308.56.0.258234260663.issue43873@roundup.psfhosted.org>
In-reply-to
Content
The documentation has been corrected in 3.9. Prior to 3.9 the header was bz2.open(filename, mode='r' ...). Now in 3.9 or later the header is bz2.open(filename, mode='rb' ...).
History
Date User Action Args
2021-04-16 18:21:48shreyanavigyansetrecipients: + shreyanavigyan, roysmith
2021-04-16 18:21:48shreyanavigyansetmessageid: <1618597308.56.0.258234260663.issue43873@roundup.psfhosted.org>
2021-04-16 18:21:48shreyanavigyanlinkissue43873 messages
2021-04-16 18:21:48shreyanavigyancreate