[issue23453] [doc] Clarify bytes vs text with non-seeking tarfile stream

2022-02-28 Thread Stanley
Change by Stanley : -- keywords: +patch nosy: +slateny nosy_count: 3.0 -> 4.0 pull_requests: +29733 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/31610 ___ Python tracker

[issue23453] [doc] Clarify bytes vs text with non-seeking tarfile stream

2021-12-01 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: Clarify bytes vs text with non-seeking tarfile stream -> [doc] Clarify bytes vs text with non-seeking tarfile stream versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.5, Python 3.6 ___ Pytho