[issue8090] PEP 4 should say something about the standard library

Sjoerd Mullender report at bugs.python.org
Mon Mar 8 22:51:36 CET 2010


New submission from Sjoerd Mullender <sjoerd at acm.org>:

When a module or feature is deprecated, all uses of the deprecated module/feature should be removed from the non-deprecated part of the distribution (and, I would argue, also from the other deprecated modules).
I think PEP 4 should say something to this effect.

I suggest adding a sentence to the section "Procedure for declaring a module deprecated", something like:  "The proposal MUST include patches to remove any use of the deprecated module from the standard library."

----------
assignee: georg.brandl
components: Documentation
messages: 100671
nosy: georg.brandl, sjoerd
severity: normal
status: open
title: PEP 4 should say something about the standard library

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8090>
_______________________________________


More information about the Python-bugs-list mailing list