R. David Murray added the comment:

The reason for our "no new features" policy is that if a program works with 
version x.y, it should work for all x versions (modulo failing on an earlier 
version because of a bug...and conversely if it works on x.y, it should work on 
all later versions of x, which is why we also sometimes don't fix certain bugs 
in maintenance releases).

In this case, if I understand correctly, there are no *programs* that can 
depend on the feature, just humans.  So I think putting this in to bugfix 
releases is more analogous to the fixes-that-look-like-enhancements we 
occasionally put into the build infrastructure for Python itself (as opposed to 
distutils, which is governed by the normal backward compatibility rules).

So, it's a judgment call and other developers might not agree with me, but I 
think it is OK.

----------
nosy: +r.david.murray

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

Reply via email to