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 Lita.Cho
Recipients Arfrever, Lita.Cho, asvetlov, gpolo, jesstess, loewis, python-dev, serhiy.storchaka
Date 2014-05-23.23:23:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400887390.29.0.0963856510859.issue3015@psf.upfronthosting.co.za>
In-reply-to
Content
I am in the process of reviewing this patch, but I don't know what "wantobjects" does. I can make a guess, I think it is a hack to make tcl objects work in Python. I am guessing this is less needed in Python 3.4, but still has some dependencies. 

If we can add in the documentation of what "wantobjects" is and why it is being depreciated somewhere, that would be great. I would do it myself, but I do need some direction.

I ran the tests, and it seems to run fine. The patch didn't have any new tests. We should add one that checks if the depreciation is working.
History
Date User Action Args
2014-05-23 23:23:10Lita.Chosetrecipients: + Lita.Cho, loewis, gpolo, Arfrever, asvetlov, jesstess, python-dev, serhiy.storchaka
2014-05-23 23:23:10Lita.Chosetmessageid: <1400887390.29.0.0963856510859.issue3015@psf.upfronthosting.co.za>
2014-05-23 23:23:10Lita.Cholinkissue3015 messages
2014-05-23 23:23:09Lita.Chocreate