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.

classification
Title: Delete PyOS_ascii_formatd, PyOS_ascii_strtod, and PyOS_ascii_atof
Type: behavior Stage: resolved
Components: Interpreter Core Versions: Python 3.2
process
Status: closed Resolution: accepted
Dependencies: Superseder: Deprecate PyOS_ascii_formatd
View: 5835
Assigned To: eric.smith Nosy List: eric.smith, mark.dickinson
Priority: normal Keywords: easy

Created on 2009-05-10 18:55 by eric.smith, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg87536 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2009-05-10 18:55
These 3 functions were deprecated in 2.7 and 3.1, and need to be removed
in 2.8 and 3.2.

This is currently assigned to version 3.2 only because the bug tracker
can't assign issues to 2.8.
msg99741 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2010-02-22 15:00
These were originally deprecated in issue 5835.

Removed them from py3k in r78306.
msg99743 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2010-02-22 15:12
I closed this even though the functions remain in 2.7. They would not be removed until 2.8, and since 2.8 seems unlikely I'll close this. Even if there is a 2.8, then these functions will still be present but do no harm.
msg99744 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2010-02-22 15:14
+1 for leaving these functions in in 2.x.
History
Date User Action Args
2022-04-11 14:56:48adminsetgithub: 50238
2010-02-22 15:14:22mark.dickinsonsetmessages: + msg99744
2010-02-22 15:12:36eric.smithsetmessages: + msg99743
2010-02-22 15:00:28eric.smithsetstatus: open -> closed
resolution: accepted
messages: + msg99741

superseder: Deprecate PyOS_ascii_formatd
stage: resolved
2009-05-10 18:55:40eric.smithcreate