Feb. 23, 2015
9:18 p.m.
On 23.02.15 22:51, Paul Moore wrote:
BTW, while I was looking at the API, I realised I don't like the order of arguments in pack(). I'm tempted to make it pack(directory, target=None, interpreter=None, main=None) where a target of None means "use the name of the source directory with .pyz tacked on", exactly as for the command line API.
If the order of arguments is not obvious, make them keyword-only.