This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients orsenthil, pitrou, python-dev, serhiy.storchaka
Date 2013-03-18.23:01:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363647676.24.0.125262450261.issue17460@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-18 23:01:16orsenthilsetrecipients: + orsenthil, pitrou, python-dev, serhiy.storchaka
2013-03-18 23:01:16orsenthilsetmessageid: <1363647676.24.0.125262450261.issue17460@psf.upfronthosting.co.za>
2013-03-18 23:01:16orsenthillinkissue17460 messages
2013-03-18 23:01:16orsenthilcreate