python / cpython

The Python programming language
https://www.python.org
Other
63.15k stars 30.23k forks source link

Remove "lightweight" from minidom description #55588

Closed scoder closed 11 years ago

scoder commented 13 years ago
BPO 11379
Nosy @loewis, @freddrake, @rhettinger, @orsenthil, @pitrou, @scoder, @ezio-melotti, @merwok, @florentx
Files
  • issue_11379.1.patch
  • minidom-desc.diff
  • minidom-desc-2.diff
  • 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: ```python assignee = 'https://github.com/ezio-melotti' closed_at = created_at = labels = ['expert-XML', 'type-feature', 'docs'] title = 'Remove "lightweight" from minidom description' updated_at = user = 'https://github.com/scoder' ``` bugs.python.org fields: ```python activity = actor = 'python-dev' assignee = 'ezio.melotti' closed = True closed_date = closer = 'ezio.melotti' components = ['Documentation', 'XML'] creation = creator = 'scoder' dependencies = [] files = ['24686', '24707', '24732'] hgrepos = [] issue_num = 11379 keywords = ['patch'] message_count = 62.0 messages = ['129914', '129918', '129934', '129936', '129937', '129939', '129944', '129951', '148512', '148558', '148562', '148565', '148566', '148570', '148572', '148578', '148579', '148584', '148585', '148594', '148598', '149604', '149611', '149634', '152836', '152862', '152866', '152924', '154646', '154660', '154673', '154676', '154677', '154735', '154736', '154737', '154756', '154759', '154760', '154766', '154767', '154772', '154773', '154774', '154924', '154952', '154954', '155074', '155077', '155078', '155081', '156021', '156027', '159562', '159569', '177972', '180368', '180374', '180409', '180434', '180435', '206801'] nosy_count = 12.0 nosy_names = ['loewis', 'fdrake', 'rhettinger', 'orsenthil', 'pitrou', 'scoder', 'ezio.melotti', 'eric.araujo', 'flox', 'docs@python', 'tshepang', 'python-dev'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue11379' versions = ['Python 2.7', 'Python 3.2', 'Python 3.3', 'Python 3.4'] ```

    scoder commented 12 years ago

    Oh, right, I missed that part. I also think that a visible note is better. And +1 for "W3C DOM interface".

    786d3f11-b763-4414-a03f-abc264e0b72d commented 12 years ago

    Éric, what else would you like to do here?

    merwok commented 12 years ago

    I’ll soon have a revised version of my patch to address your feedback.

    ezio-melotti commented 12 years ago

    Any news on this?

    merwok commented 12 years ago

    I’ve been unresponsive of late, sorry, but I’m still here. Will see if I have time tomorrow.

    scoder commented 11 years ago

    Any news on this?

    scoder commented 11 years ago

    I'm not sure if it's a good idea to keep bikeshedding about this for another two years. Personally, I would prefer having someone with commit rights fix this and be done with it.

    Eric's last patch looks ok and parts of it went in already, so it's mostly just the heading that remains to be fixed.

    pitrou commented 11 years ago

    Someone should go ahead and apply this. Éric, perhaps?

    merwok commented 11 years ago

    Sure, feel free to commit this.

    1762cc99-3127-4a62-9baf-30c3d0f51ef7 commented 11 years ago

    New changeset c2ae1ed03853 by Ezio Melotti in branch '2.7': bpo-11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo. http://hg.python.org/cpython/rev/c2ae1ed03853

    New changeset b9c0e050c935 by Ezio Melotti in branch '3.2': bpo-11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo. http://hg.python.org/cpython/rev/b9c0e050c935

    New changeset 8ff512910338 by Ezio Melotti in branch '3.3': bpo-11379: merge with 3.2. http://hg.python.org/cpython/rev/8ff512910338

    New changeset 9a0cd5363c2a by Ezio Melotti in branch 'default': bpo-11379: merge with 3.3. http://hg.python.org/cpython/rev/9a0cd5363c2a

    ezio-melotti commented 11 years ago

    Fixed, thanks for the patch!

    1762cc99-3127-4a62-9baf-30c3d0f51ef7 commented 10 years ago

    New changeset 39ea24aaf0e7 by Antoine Pitrou in branch '2.7': s/lightweight/minimal/, as per issue bpo-11379. http://hg.python.org/cpython/rev/39ea24aaf0e7

    New changeset b63258b6eb4d by Antoine Pitrou in branch '3.3': s/lightweight/minimal/, as per issue bpo-11379. http://hg.python.org/cpython/rev/b63258b6eb4d

    New changeset d659e7761d59 by Antoine Pitrou in branch 'default': s/lightweight/minimal/, as per issue bpo-11379. http://hg.python.org/cpython/rev/d659e7761d59