[issue45109] pipes seems designed for bytes but is str-only

2021-09-10 Thread Guido van Rossum
Guido van Rossum added the comment: I think that module is probably a relic from the Python 1 days… -- ___ Python tracker ___ ___

[issue45109] pipes seems designed for bytes but is str-only

2021-09-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: guido, you seem to be the only active contributor to the pipes module. What do you think? -- nosy: +gvanrossum, terry.reedy ___ Python tracker

[issue45109] pipes seems designed for bytes but is str-only

2021-09-05 Thread Richard Tollerton
New submission from Richard Tollerton : 1. https://github.com/python/cpython/blob/3.9/Lib/pipes.py#L6 > Suppose you have some data that you want to convert to another format, > such as from GIF image format to PPM image format. 2. https://docs.python.org/3.9/library/pipes.html > Because the