Nick Coghlan <ncogh...@gmail.com> added the comment:

While I acknowledge the point (it's the reason I *didn't* remove those warnings 
in my recent major update to the subprocess docs), Raymond's right that 
scattering warnings everywhere in the docs for modules like subprocess isn't 
the right answer either. For a lot of things people use those modules for (i.e. 
private scripts with no untrusted user input) the warnings are excessive.

There's only so much we can do to protect novice programmers being given tasks 
beyond their experience, and only so much readability we should sacrifice in 
the name of educating people about general programming issues that aren't 
specific to Python.

----------

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

Reply via email to