> This is a known issue. A possible solution is to sleep about a second
> before deleting the file, e.g.:
>
> return "start /wait %s && sleep 1 && del /f %s" % (file, file)

Given that Image.show() brokenness is a rather visible known issue with PIL on Windows 7, what is the best way to get a fix contributed?

If I post a patch here, are there commiters on this list who can review and submit it?

--
David Foster
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to