[issue10526] Minor typo in What's New in Python 2.7
New submission from Petter Remen <petter.remen@gmail.com>: There's a word missing in section "PEP 372: Adding an Ordered Dictionary to collections" The ConfigParser module uses them by default, meaning that configuration files can now read, modified, and then written [...] ~~~~~~~~ should be "now be read". ---------- assignee: docs@python components: Documentation messages: 122347 nosy: Petter.Remen, docs@python priority: normal severity: normal status: open title: Minor typo in What's New in Python 2.7 versions: Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10526> _______________________________________
Georg Brandl <georg@python.org> added the comment: Thanks, fixed in r86794. ---------- nosy: +georg.brandl resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10526> _______________________________________
Roundup Robot <devnull@psf.upfronthosting.co.za> added the comment: New changeset c52bac35b498 by Éric Araujo in branch 'default': Merge fixes for #10526, #10359, #11254, #9100 and the bug without number http://hg.python.org/cpython/rev/c52bac35b498 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10526> _______________________________________
participants (3)
-
Georg Brandl -
Petter Remen -
Roundup Robot