Let set.union() and set.update() accept multiple inputs.

This commit is contained in:
Raymond Hettinger 2008-06-09 08:33:37 +00:00
parent ecbdd2e9b0
commit ee4bcad68e
4 changed files with 65 additions and 27 deletions

View file

@ -12,6 +12,8 @@ What's New in Python 2.6 beta 1?
Core and Builtins
-----------------
- The set methods, update() and union() now accept multiple arguments.
- Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.
- New environment variable PYTHONIOENCODING.