diff options
author | Raymond Hettinger <python@rcn.com> | 2008-06-09 08:33:37 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2008-06-09 08:33:37 (GMT) |
commit | ee4bcad68ec383c0140d0a21f4ac296073c0f938 (patch) | |
tree | 788d1a8051f676ade6b8213314c6aec6f1b893b7 /Misc | |
parent | ecbdd2e9b0a5af20a2b8784ac91338739b99ce3d (diff) | |
download | cpython-ee4bcad68ec383c0140d0a21f4ac296073c0f938.zip cpython-ee4bcad68ec383c0140d0a21f4ac296073c0f938.tar.gz cpython-ee4bcad68ec383c0140d0a21f4ac296073c0f938.tar.bz2 |
Let set.union() and set.update() accept multiple inputs.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |