]> granicus.if.org Git - python/commit
#11175: argparse.FileType now accepts encoding and errors arguments.
authorPetri Lehtinen <petri@digip.org>
Sat, 15 Dec 2012 20:39:32 +0000 (22:39 +0200)
committerPetri Lehtinen <petri@digip.org>
Sat, 15 Dec 2012 20:42:47 +0000 (22:42 +0200)
commit74d6c250e1ce0e5efc03575eaaa1b8cab66241eb
tree172bc4bd59fe0d52a877d1811a7bcc3c9d50b624
parent09bb89b8cf24431ef78bbaa227d2832fb852bb18
#11175: argparse.FileType now accepts encoding and errors arguments.

Patch by Lucas Maystre.
Doc/library/argparse.rst
Lib/argparse.py
Lib/test/test_argparse.py
Misc/ACKS
Misc/NEWS