Issue 16681: Documentation 'bidirectional category' should be 'bidirectional class' in unicodedata package (original) (raw)

Issue16681

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/60885

classification

Title: Documentation 'bidirectional category' should be 'bidirectional class' in unicodedata package
Type: enhancement Stage: resolved
Components: Documentation, Unicode Versions: Python 3.2, Python 3.3, Python 3.4, Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: PanderMusubi, ezio.melotti, python-dev
Priority: normal Keywords:

Created on 2012-12-14 17:25 by PanderMusubi, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg177473 - (view) Author: Pander (PanderMusubi) Date: 2012-12-14 17:25
Documentation in docs.python.org/3/library/unicodedata.html on 'bidirectional category' should be 'bidirectional class' in unicodedata package. Please see www.unicode.org/Public/UNIDATA/PropertyValueAliases.txt where only bidirectional class is being referred to.
msg177481 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-12-14 18:14
New changeset 02de73bae814 by Ezio Melotti in branch '2.7': #16681: use "bidirectional class" instead of "bidirectional category". http://hg.python.org/cpython/rev/02de73bae814 New changeset 97688292bfe5 by Ezio Melotti in branch '3.2': #16681: use "bidirectional class" instead of "bidirectional category". http://hg.python.org/cpython/rev/97688292bfe5 New changeset e9d59cca31fc by Ezio Melotti in branch '2.7': #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. http://hg.python.org/cpython/rev/e9d59cca31fc New changeset f34d3ba955d1 by Ezio Melotti in branch '3.2': #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. http://hg.python.org/cpython/rev/f34d3ba955d1 New changeset d8218745c24a by Ezio Melotti in branch '3.3': #16681: merge with 3.2. http://hg.python.org/cpython/rev/d8218745c24a New changeset 39263bb0ef4c by Ezio Melotti in branch 'default': #16681: merge with 3.3. http://hg.python.org/cpython/rev/39263bb0ef4c
msg177483 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2012-12-14 18:15
Fixed, thanks for the report!
History
Date User Action Args
2022-04-11 14:57:39 admin set github: 60885
2012-12-14 18:15:50 ezio.melotti set status: open -> closedassignee: ezio.melotticomponents: + Documentationversions: + Python 2.7, Python 3.2, Python 3.3, Python 3.4, - Python 3.5resolution: fixedmessages: + stage: resolved
2012-12-14 18:14:47 python-dev set nosy: + python-devmessages: +
2012-12-14 17:25:34 PanderMusubi create

Supported by The Python Software Foundation,
Powered by Roundup

Copyright © 1990-2022, Python Software Foundation
Legal Statements