Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stat doc - fix swap of UF_OPAQUE and UF_NOUNLINK description #56437

Closed
sandrotosi opened this issue May 31, 2011 · 4 comments
Closed

Stat doc - fix swap of UF_OPAQUE and UF_NOUNLINK description #56437

sandrotosi opened this issue May 31, 2011 · 4 comments
Labels
docs Documentation in the Doc dir

Comments

@sandrotosi
Copy link
Contributor

BPO 12228
Nosy @mdickinson, @sandrotosi
Files
  • doc_stat_uf_opaque_nounlink-py27.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2011-06-25.10:07:01.654>
    created_at = <Date 2011-05-31.18:01:41.676>
    labels = ['docs']
    title = 'Stat doc - fix swap of UF_OPAQUE and UF_NOUNLINK description'
    updated_at = <Date 2011-06-25.10:07:01.653>
    user = 'https://github.com/sandrotosi'

    bugs.python.org fields:

    activity = <Date 2011-06-25.10:07:01.653>
    actor = 'mark.dickinson'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2011-06-25.10:07:01.654>
    closer = 'mark.dickinson'
    components = ['Documentation']
    creation = <Date 2011-05-31.18:01:41.676>
    creator = 'sandro.tosi'
    dependencies = []
    files = ['22212']
    hgrepos = []
    issue_num = 12228
    keywords = ['patch']
    message_count = 4.0
    messages = ['137377', '139037', '139038', '139039']
    nosy_count = 4.0
    nosy_names = ['mark.dickinson', 'sandro.tosi', 'docs@python', 'python-dev']
    pr_nums = []
    priority = 'low'
    resolution = 'fixed'
    stage = 'patch review'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue12228'
    versions = ['Python 3.1', 'Python 2.7', 'Python 3.2', 'Python 3.3']

    @sandrotosi
    Copy link
    Contributor Author

    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.

    @sandrotosi sandrotosi added the docs Documentation in the Doc dir label May 31, 2011
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jun 25, 2011

    New changeset d912dfb7ab7a by Mark Dickinson in branch '2.7':
    Issue bpo-12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.
    http://hg.python.org/cpython/rev/d912dfb7ab7a

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jun 25, 2011

    New changeset 03c8de42c206 by Mark Dickinson in branch '3.1':
    Issue bpo-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 bpo-12228
    http://hg.python.org/cpython/rev/4a3e528b6b11

    New changeset 6c6ee4eb27f8 by Mark Dickinson in branch 'default':
    Merge bpo-12228
    http://hg.python.org/cpython/rev/6c6ee4eb27f8

    @mdickinson
    Copy link
    Member

    Thanks for the patch!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants