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: Bad deprecated label in documentation
Type: Stage:
Components: Documentation Versions: Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: amaury.forgeotdarc, georg.brandl
Priority: normal Keywords:

Created on 2010-02-23 12:59 by amaury.forgeotdarc, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg99907 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2010-02-23 12:59
This text in http://docs.python.org/library/mutex.html::
  Deprecated since version The: mutex module has been removed in Python 3.0.
is strangely formatted.  The "deprecated" directive takes the first word as the version number; it should be "2.6".
I checked that all other "deprecated" directives have a version tag.
msg99955 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-02-23 21:33
Fixed in r78385, thanks!
History
Date User Action Args
2022-04-11 14:56:58adminsetgithub: 52248
2010-02-23 21:33:44georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg99955
2010-02-23 13:00:28amaury.forgeotdarcsetassignee: georg.brandl

nosy: + georg.brandl
components: + Documentation
versions: + Python 2.6, Python 2.7
2010-02-23 12:59:45amaury.forgeotdarccreate