[issue9562] Slightly misleading wording in documentation of dict.update

2010-09-25 Thread Sandro Tosi

Sandro Tosi sandro.t...@gmail.com added the comment:

Hello,
does the attached patch contains the expected wording?

Thanks,
Sandro

--
nosy: +sandro.tosi
Added file: http://bugs.python.org/file19013/issue9562-py3k.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9562
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9562] Slightly misleading wording in documentation of dict.update

2010-09-25 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

Committed original suggestion as r85011.

--
nosy: +georg.brandl
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9562
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9562] Slightly misleading wording in documentation of dict.update

2010-08-16 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

+1 on committing this change.

--
nosy: +eric.araujo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9562
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9562] Slightly misleading wording in documentation of dict.update

2010-08-15 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu added the comment:

I agree with the replacement: 'tuples' and 'interables' modify and must agree 
with 'pairs', not the initial 'iterable'.

--
keywords: +easy, patch
nosy: +terry.reedy
stage:  - needs patch
versions: +Python 3.2 -Python 2.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9562
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9562] Slightly misleading wording in documentation of dict.update

2010-08-10 Thread Mitchell Model

New submission from Mitchell Model m...@acm.org:

The documentation of dict.update says that it accepts either another 
dictionary object or an iterable of key/value pairs (as a tuple or other 
iterable of length two) The parenthesized phrase is slightly misleading in 
that it could be interpreted as requiring the argument to be an iterable of 
length two, whereas the argument should be an iterable of iterables of length 2 
(if not a dictionary). Suggest rewriting in the plural:
(as tuples or other iterables of length two)

--
assignee: d...@python
components: Documentation
messages: 113557
nosy: MLModel, d...@python
priority: normal
severity: normal
status: open
title: Slightly misleading wording in documentation of dict.update
versions: Python 2.6, Python 2.7, Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9562
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com