[Python-Dev] Deprecating PyOS_ascii_formatd
Eric Smith
eric at trueblade.com
Sat Apr 25 13:03:39 CEST 2009
Benjamin Peterson wrote:
> 2009/4/24 Eric Smith <eric at trueblade.com>:
>>> My proposal is to deprecate PyOS_ascii_formatd in 3.1 and remove it in
>>> 3.2.
>> Having heard no dissent, I'd like to go ahead and deprecate this API. What
>> are the mechanics of deprecating this? Just documentation, or is there
>> something I should do in the code to generate a warning? Any pointers to
>> examples would be great.
>
> You can use PyErr_WarnEx().
Thanks. I created issue 5835 to track this. I marked it as a release
blocker, but I should have no problem finishing it up this weekend.
More information about the Python-Dev
mailing list