Message215299
A related issue http://bugs.python.org/issue13824
"argparse.FileType opens a file and never closes it"
I proposed a FileContext class that returns a `partial(open, filename,...)' context object. The issues of how to deal with stdin/out are similar. |
|
Date |
User |
Action |
Args |
2014-04-01 07:43:00 | paul.j3 | set | recipients:
+ paul.j3, pitrou, bethard, anacrolix, moritz, josh.r |
2014-04-01 07:43:00 | paul.j3 | set | messageid: <1396338180.22.0.57519345114.issue14156@psf.upfronthosting.co.za> |
2014-04-01 07:43:00 | paul.j3 | link | issue14156 messages |
2014-04-01 07:42:59 | paul.j3 | create | |
|