Bugs item #1594758, was opened at 2006-11-11 17:37 Message generated for change (Comment added) made by gbrandl 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: Closed >Resolution: Fixed Priority: 1 Private: No Submitted By: Christoph Zwerschke (cito) >Assigned to: Georg Brandl (gbrandl) 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`". ---------------------------------------------------------------------- >Comment By: Georg Brandl (gbrandl) Date: 2006-11-11 18:33 Message: Logged In: YES user_id=849994 Thanks for noticing, changed in rev. 52733, 52734 (2.5). ---------------------------------------------------------------------- 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