commit | d187d520850833c46944f0096362270f6f09b8ab | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Feb 23 21:23:04 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Feb 23 21:23:04 2009 +0000 |
tree | 5e17665a95c28e1d0008935255c610f6a04d2c24 | |
parent | fc9a6659b49b510e30318f1cf79bf9f19a2c057a [diff] |
Sync-up itertools docs with Py3.1 version. * Merge 69715: rewrite introduction and add summary table * Merge 69739: generalize tee() recipe * Merge 69141: Fix tab alignment on recipes to match other recipes * Merge 68942: Update powerset() recipe