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 matrixise
Recipients brett.cannon, larry, matrixise, ncoghlan, yselivanov
Date 2014-04-30.08:09:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
@Larry Hasting: If  you check my patch, it's the case where I modify the 
documentation and add a DeprecationWarning in the code.

@Yury Selivanov, @Nick Coghlan, @Brett Cannon: From your point of views, 
I need to propose a patch just for the documentation, I agree with that.

@Brett Cannon: In the current patch, I implemented a test with the 
python version. If the version is greater or equal than 3.7, in this 
case, I raise an exception.

I propose to follow the solution of @Yury Selinanov, just deprecate the 
function in the documentation and keep the check in the unit test for 
the version.

Are you agree?

Thanks
History
Date User Action Args
2014-04-30 08:09:17matrixisesetrecipients: + matrixise, brett.cannon, ncoghlan, larry, yselivanov
2014-04-30 08:09:16matrixiselinkissue20438 messages
2014-04-30 08:09:16matrixisecreate