cpython/Doc/whatsnew
Raymond Hettinger feb78c94fa Expand the groupby() example to:
* show that it is typically used with sorted data,
* highlight commonalities with SQL's groupby and Unix's uniq,
* demonstrate valid uses for the default identity function,
* add some excitement by suggesting the range of possibilities.
2003-12-12 13:13:47 +00:00
..
whatsnew20.tex Fix a bunch of typos in documentation, docstrings and comments. 2003-10-20 14:01:56 +00:00
whatsnew21.tex Avoid a few 301 permanent redirects. 2003-07-22 00:52:42 +00:00
whatsnew22.tex [Bug #780231] One of the changes described in the 2.3 "What's New" document 2003-08-29 17:49:26 +00:00
whatsnew23.tex Record an item I missed and bump the version number. [2.3 bugfix candidate.] 2003-10-23 18:08:03 +00:00
whatsnew24.tex Expand the groupby() example to: 2003-12-12 13:13:47 +00:00