[issue20735] Documentation: mark stringprep as deprecated
New submission from abcdef: This is a nitpick, but the documentation is not clear whether the stringprep module is deprecated or not. It is listed as "Deprecated" on http://docs.python.org/3.3/py-modindex.html#cap-s but there's no information on http://docs.python.org/3.3/library/stringprep.html. Contrast with http://docs.python.org/3.3/library/optparse.html which has a clear warning. ---------- assignee: docs@python components: Documentation messages: 211964 nosy: abcdef, docs@python priority: normal severity: normal status: open title: Documentation: mark stringprep as deprecated type: enhancement versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20735> _______________________________________
Changes by Berker Peksag <berker.peksag@gmail.com>: ---------- versions: -Python 3.1, Python 3.2 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20735> _______________________________________
Martin v. Löwis added the comment: I'm not quite sure why the module is marked as deprecated - IMO it's not deprecated. ---------- nosy: +loewis _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20735> _______________________________________
Georg Brandl added the comment: Strange, the "deprecated" marker seems to have crept in in revision 20aec9f34598 -- I don't see it in the 2.5 docs. Since Martin is the module author and probably maintainer, I would say this was an accident. ---------- nosy: +georg.brandl title: Documentation: mark stringprep as deprecated -> Documentation: remove stringprep deprecation mark in docs _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20735> _______________________________________
Roundup Robot added the comment: New changeset de5d4a60ab95 by Georg Brandl in branch '3.3': Closes #20735: remove erroneous deprecated marker from stringprep docs http://hg.python.org/cpython/rev/de5d4a60ab95 ---------- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20735> _______________________________________
Roundup Robot added the comment: New changeset fadde95c134e by Georg Brandl in branch '2.7': Closes #20735: remove erroneous deprecated marker from stringprep docs http://hg.python.org/cpython/rev/fadde95c134e ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20735> _______________________________________
participants (5)
-
abcdef
-
Berker Peksag
-
Georg Brandl
-
Martin v. Löwis
-
Roundup Robot