mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Let set.union() and set.update() accept multiple inputs.
This commit is contained in:
parent
ecbdd2e9b0
commit
ee4bcad68e
4 changed files with 65 additions and 27 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue