In [vcf/parser.py](https://github.com/dridk/PyVCF3/blob/master/vcf/parser.py) we open `filename` but never close it which is causing a Resource warning while using the library. 