R. David Murray added the comment:

I think the cmdline ref telling you that optimizations are enabled or disabled 
is enough.  If someone wants technical information they can click on the link.  
For comparison, the gcc man page lists what optimizations the -O levels enable, 
but does not explain them.  To understand what it does you must follow the 
"links" to the referenced optimization options.  If python had separate options 
for the individual optimizations we could do likewise, but we don't, so linking 
to the technical explanation seems like the logical thing to do instead.

Perhaps we can get the opinion of some other devs.

----------

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

Reply via email to