At the time I was working on python3 porting, I had done some digging around cpiofile.py, to find out it is a fork of one of python's standard modules (zipfile IIRC), and that the structural differences were not so large. So I came up with the idea that the original modules could be extended into something like an archive module, with zipfile and cpiofile being just 2 implementations sharing most of the code. Naturally, seeing recent activity around cpiofile brings this back into memory :)