Brett Cannon added the comment:

I removed a bunch of sections for two reasons. One is they are redundant. If 
you follow the HOWTO and actually read What's New then you will get a bunch of 
those same details anyway. The tools will also handle the details for you and 
so you really don't have to worry about them (and they document them already). 
And Pylint will warn you when you have not taken care of them. So having a 
fourth place listing the fact you need to subclass object is simply a waste.

Second is accidental FUD. If you have a huge list of things to watch out for 
then you are going to end up scaring people off by making them feel intimidated 
at the work ahead of them. But if you reframe the whole thing as "just follow 
this TODO list and you will be fine" you can make people realize that most 
things are simply not a big deal.

But the point about telling people to run with -bb and -3 and a couple of minor 
comments are valid and I will toss some of them back in.

----------

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

Reply via email to