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: sets module documentation: example uses deprecated method
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, snejsource
Priority: normal Keywords:

Created on 2007-05-16 13:12 by snejsource, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg32018 - (view) Author: Jens Quade (snejsource) Date: 2007-05-16 13:12
In 5.7.1 the text deprecates the use of .union_update in favour of .update (Last sentence)

http://docs.python.org/lib/set-objects.html


The example in 5.7.2 still uses union_update.

http://docs.python.org/lib/set-example.html
msg32019 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-05-16 13:44
Thanks for the report, fixed in rev. 55383, 55384 (2.5).
History
Date User Action Args
2022-04-11 14:56:24adminsetgithub: 44958
2007-05-16 13:12:17snejsourcecreate