This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients amaury.forgeotdarc, bethard, georg.brandl, gvanrossum, ned.deily, pitrou, rhettinger
Date 2009-01-12.19:40:16
SpamBayes Score 0.009550621
Marked as misclassified No
Message-id <1231789225.85.0.745591073308.issue1696199@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching new patch with small changes:

* Don't describe a class with "Returns ..." as if it was a function.
* Indent interposed paragraphs so that the method descriptions still
belong to the .. class directive.
* Fixed Ned's typo.
* Note that elements() and most_common() order elements arbitrarily.
* Reorder the seealso's a bit; the first line is bold.

Questions:

* Steven's counter.update('abcdee') wouldn't work -- I guess one is
supposed to use counter.update(Counter('abcdee')). Should that be noted
in the docs?
* Is it needed to sort the items for the __repr__?
History
Date User Action Args
2009-01-12 19:40:27georg.brandlsetrecipients: + georg.brandl, gvanrossum, rhettinger, amaury.forgeotdarc, pitrou, bethard, ned.deily
2009-01-12 19:40:25georg.brandlsetmessageid: <1231789225.85.0.745591073308.issue1696199@psf.upfronthosting.co.za>
2009-01-12 19:40:24georg.brandllinkissue1696199 messages
2009-01-12 19:40:24georg.brandlcreate