braver <[EMAIL PROTECTED]> writes:
> with open(src) as readin, open(dst,"w") as writin:   # WRONG: comma
> doesn't work
>   ...
> -- so that you have transactional safety for two file descriptors?

use contextlib.nexted().
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to