[Python-checkins] r68795 - python/branches/py3k

benjamin.peterson python-checkins at python.org
Tue Jan 20 05:02:27 CET 2009


Author: benjamin.peterson
Date: Tue Jan 20 05:02:27 2009
New Revision: 68795

Log:
Blocked revisions 68789,68792 via svnmerge

........
  r68789 | raymond.hettinger | 2009-01-19 19:19:26 -0600 (Mon, 19 Jan 2009) | 6 lines
  
  Build-outs for Counter() class:
  * Constructor and update() support keyword args (like their dict counterparts).
  * The 'del' statement no longer raises KeyError for missing values.
  * Add multiset operations:  __add__, __sub__, __and__, __or__.
........
  r68792 | raymond.hettinger | 2009-01-19 20:24:38 -0600 (Mon, 19 Jan 2009) | 1 line
  
  Add Counter() to __all__.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list