[Python-Dev] PEP 594: Removing dead batteries from the standard library (original) (raw)
Guido van Rossum guido at python.org
Mon May 20 21:56:49 EDT 2019
- Previous message (by thread): [Python-Dev] PEP 594: Removing dead batteries from the standard library
- Next message (by thread): [Python-Dev] PEP 594: Removing dead batteries from the standard library
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yeah, I was surprised to see fileinput on the list. It's indeed a handy little tool.
On Mon, May 20, 2019 at 5:19 PM Inada Naoki <songofacandy at gmail.com> wrote:
I use fileinput for several times per year.
fileinput is handy tool to write single script file to analyze log files. * In such tools, I don't need real argument parser. * Some log files are compressed and some are not. It seems argparse doesn't support transparent decompression. * I don't want to use 3rd party library for such single script files. I'd like to add transparent decompression to argparse if fileinput is deprecated. Regards, -- Inada Naoki <songofacandy at gmail.com>
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/guido%40python.org
-- --Guido van Rossum (python.org/~guido) *Pronouns: he/him/his **(why is my pronoun here?)* <http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-change-the-world/> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20190520/ab43cb99/attachment-0001.html>
- Previous message (by thread): [Python-Dev] PEP 594: Removing dead batteries from the standard library
- Next message (by thread): [Python-Dev] PEP 594: Removing dead batteries from the standard library
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]