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 r.david.murray
Recipients berker.peksag, demian.brecht, ethan.furman, martin.panter, orsenthil, r.david.murray
Date 2015-01-28.15:41:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422459676.82.0.148937208929.issue23334@psf.upfronthosting.co.za>
In-reply-to
Content
Although they are private interfaces we may decide we need a deprecation release before dropping them.  Sometimes what we do in cases like this is go ahead and make the changes, but also provide the old methods via a backward-compatible shim and have them emit deprecation warnings.  (I haven't looked at your specific changes, and unfortunately probably won't have time to do so :(
History
Date User Action Args
2015-01-28 15:41:16r.david.murraysetrecipients: + r.david.murray, orsenthil, ethan.furman, berker.peksag, martin.panter, demian.brecht
2015-01-28 15:41:16r.david.murraysetmessageid: <1422459676.82.0.148937208929.issue23334@psf.upfronthosting.co.za>
2015-01-28 15:41:16r.david.murraylinkissue23334 messages
2015-01-28 15:41:16r.david.murraycreate