This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Dictionary view example has error in set ops
Type: Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, python-dev, sandro.tosi
Priority: normal Keywords: patch

Created on 2011-07-31 15:08 by sandro.tosi, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
dict_view_examples-default.patch sandro.tosi, 2011-07-31 15:08 review
Messages (2)
msg141469 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-07-31 15:08
Hello, following up http://mail.python.org/pipermail/docs/2011-July/005209.html here's a patch to fix the example error on active 3.x branches.
msg141573 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-08-02 16:44
New changeset a70cdec027e7 by Sandro Tosi in branch '3.2':
#12665: Dictionary view example has error in set operation
http://hg.python.org/cpython/rev/a70cdec027e7

New changeset b2dc821058fe by Sandro Tosi in branch 'default':
#12665: merge with 3.2
http://hg.python.org/cpython/rev/b2dc821058fe
History
Date User Action Args
2022-04-11 14:57:20adminsetgithub: 56874
2011-08-02 16:47:57sandro.tosisetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2011-08-02 16:44:56python-devsetnosy: + python-dev
messages: + msg141573
2011-07-31 15:08:31sandro.tosicreate