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: Stat doc - fix swap of UF_OPAQUE and UF_NOUNLINK description
Type: Stage: patch review
Components: Documentation Versions: Python 3.1, Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, mark.dickinson, python-dev, sandro.tosi
Priority: low Keywords: patch

Created on 2011-05-31 18:01 by sandro.tosi, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doc_stat_uf_opaque_nounlink-py27.patch sandro.tosi, 2011-05-31 18:01
Messages (4)
msg137377 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-05-31 18:01
Following http://mail.python.org/pipermail/docs/2011-May/004429.html, here's a patch that fix the swap of those 2 flags description; it applies cleanly (except for some offset) on 2.7, 3.1, 3.2 and default.
msg139037 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-06-25 10:02
New changeset d912dfb7ab7a by Mark Dickinson in branch '2.7':
Issue #12228: Fix exchanged flag descriptions in stat.rst.  Thanks Sandro Tosi.
http://hg.python.org/cpython/rev/d912dfb7ab7a
msg139038 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-06-25 10:05
New changeset 03c8de42c206 by Mark Dickinson in branch '3.1':
Issue #12228: Fix exchanged flag descriptions in stat.rst.  Thanks Sandro Tosi.
http://hg.python.org/cpython/rev/03c8de42c206

New changeset 4a3e528b6b11 by Mark Dickinson in branch '3.2':
Merge #12228
http://hg.python.org/cpython/rev/4a3e528b6b11

New changeset 6c6ee4eb27f8 by Mark Dickinson in branch 'default':
Merge #12228
http://hg.python.org/cpython/rev/6c6ee4eb27f8
msg139039 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2011-06-25 10:07
Thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:18adminsetgithub: 56437
2011-06-25 10:07:01mark.dickinsonsetstatus: open -> closed

nosy: + mark.dickinson
messages: + msg139039

resolution: fixed
2011-06-25 10:05:35python-devsetmessages: + msg139038
2011-06-25 10:02:59python-devsetnosy: + python-dev
messages: + msg139037
2011-05-31 18:01:41sandro.tosicreate