[issue17460] Remove the strict and related params completely removing the 0.9 support

Senthil Kumaran report at bugs.python.org
Tue Mar 19 00:01:16 CET 2013


Senthil Kumaran added the comment:

Sorry, I went ahead with committing it. But let's continue the discussion.

Leaving the parameter when we have said it will be deprecated may be a bad practice. It has remained unused for 2 versions now when the deprecation warning was added.

The option 2 further presented a challenge with HTTPSConnection which was already using  keyword-only args for last two parameters. Moving it up in the argument list may have presented a bad case. Two changes for one.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17460>
_______________________________________


More information about the Python-bugs-list mailing list