New submission from Gary Peck:

argparse.FileType should support a "newline" argument that corresponds to the 
"newline" parameter to open(). In addition to more closely mirroring the open() 
API, this is also needed to properly use argparse.FileType with csv.reader() or 
csv.writer() (which require the file being passed in to have been opened with 
newline='').

----------
components: Library (Lib)
messages: 247497
nosy: garyp
priority: normal
severity: normal
status: open
title: allow argparse.FileType to accept newline argument
type: enhancement
versions: Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24739>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to