Brian Quinlan <br...@sweetapp.com> added the comment:

OK, I completely disagree with my statement:

"""If you added this as an argument to shutdown() then you'd probably also have 
to add it as an option to the constructors (for people using Executors as 
context managers). But, if you have to add it to the constructor anyway, you 
may as well *only* add it to the constructor."""

This functionality wouldn't apply to context manager use (since the point of 
the context manager is to ensure resource clean-up). So maybe another argument 
to shutdown() would make sense

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36780>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to