[New-bugs-announce] [issue31985] Deprecate/remove aifc.openfp

Brian Curtin report at bugs.python.org
Wed Nov 8 16:56:36 EST 2017


New submission from Brian Curtin <brian at python.org>:

Since 1993, aifc.openfp has simply pointed to aifc.open as a matter of backwards compatibility. See https://github.com/python/cpython/commit/7bc817d5ba917528e8bd07ec461c635291e7b06a for the exact change.

aifc.openfp is both undocumented and untested, and in looking at doc coverage I decided it's better to deprecate it since it's silently been there for 25 years.

----------
assignee: brian.curtin
components: Library (Lib)
messages: 305912
nosy: brian.curtin
priority: normal
severity: normal
stage: needs patch
status: open
title: Deprecate/remove aifc.openfp
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31985>
_______________________________________


More information about the New-bugs-announce mailing list