Bugs item #1594758, was opened at 2006-11-11 18:37 Message generated for change (Settings changed) made by cito You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1594758&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: Python 2.5 Status: Open Resolution: None >Priority: 1 Private: No Submitted By: Christoph Zwerschke (cito) Assigned to: Nobody/Anonymous (nobody) Summary: Make docu for dict.update more clear Initial Comment: In Note (9) to the mapping types documentation (http://docs.python.org/lib/typesmapping.html), it should be mentioned that dict.update returns None to remind you that it changes the dict in place. Also, the description should more precisely say "updates (and overwrites) `a` with key/value pairs from `b`" instead of "updates (and overwrites) key/value pairs from `b`". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1594758&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com