Menu

#36 batch of small fixes for PDF support

SVN
closed-accepted
nobody
None
5
2014-07-25
2014-07-23
No

[PATCH 1/3] pdf: make sure we don't treat filenames as options

Use '--' after option arguments.

[PATCH 2/3] pdf: make sure all subprocesses are reaped:

Wait on them so we don't leave zombie processes.

[PATCH 3/3] pdf: minor code simplification:

for line in fd.read().splitlines() => for line in fd

3 Attachments

Discussion

  • Benoit Pierre

    Benoit Pierre - 2014-07-24

    Oups, forgot one wait, here is an updated patch.

     

    Last edit: Benoit Pierre 2014-07-24
  • Oddegamra

    Oddegamra - 2014-07-25
    • status: open --> closed-accepted
     

Log in to post a comment.