[issue13489] collections.Counter doc does not list added version

2011-11-29 Thread Raymond Hettinger
Raymond Hettinger added the comment: FWIW, the version added is also prominently shown at the top of the page: http://docs.python.org/library/collections.html#module-collections I don't think the CSS should be changed or that versionadded should become more prominent -- this is usually one of

[issue13489] collections.Counter doc does not list added version

2011-11-29 Thread Shawn Ligocki
Shawn Ligocki added the comment: It doesn't seem like the styling is the issue, but the placement. You say that the standard style is to put this at the end of the section, is there somewhere it would be appropriate to bring this up for discussion? I think it would be much more intuitive if i

[issue13489] collections.Counter doc does not list added version

2011-11-26 Thread Ezio Melotti
Ezio Melotti added the comment: The convention is to put the note at the end of the section. For this specific case the section about Counter is immediately followed by the documentation of its methods, so it's indeed hard to notice. Maybe a different CSS would make this more evident.

[issue13489] collections.Counter doc does not list added version

2011-11-26 Thread Shawn Ligocki
Shawn Ligocki added the comment: Ah, I see, it seems like that would be better suited directly after the section title, don't you? -- ___ Python tracker ___ ___

[issue13489] collections.Counter doc does not list added version

2011-11-26 Thread Ezio Melotti
Ezio Melotti added the comment: I see the note just after the sausage example and in the table at the top of the page, from the link you provided. -- nosy: +ezio.melotti resolution: -> invalid stage: -> committed/rejected status: open -> closed versions: -Python 2.6 ___

[issue13489] collections.Counter doc does not list added version

2011-11-26 Thread Shawn Ligocki
New submission from Shawn Ligocki : collections.Counter doc does not list added version: http://docs.python.org/library/collections.html It appears to only have been added in 2.7 (while the rest of the doc says it is valid since 2.4) -- assignee: docs@python components: Documentation