[issue7030] Update version{added, changed} entries in py3k unittest docs

2010-02-05 Thread Ezio Melotti
Ezio Melotti added the comment: You should thank Georg for those, I just fixed the examples in r77968. ;) -- stage: needs patch -> committed/rejected ___ Python tracker ___ _

[issue7030] Update version{added, changed} entries in py3k unittest docs

2010-02-05 Thread Michael Foord
Michael Foord added the comment: assertSameElements doc issue fixed in revision 77997. Also improved example for assertRaises as a context manager and added versionadded to the test skipping section. Revisions 77999-78002. Thanks for sorting the version changed / added in the Py3k docs Ezio.

[issue7030] Update version{added, changed} entries in py3k unittest docs

2010-02-01 Thread Ezio Melotti
Ezio Melotti added the comment: s/r77788/r77888/ -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue7030] Update version{added, changed} entries in py3k unittest docs

2010-02-01 Thread Ezio Melotti
Ezio Melotti added the comment: The versionadded/changed have been fixed in r77788. The doc for assertSameElements should also clarify that repeated elements are ignored. -- ___ Python tracker

[issue7030] Update version{added, changed} entries in py3k unittest docs

2010-01-27 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti priority: -> normal stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-lis

[issue7030] Update version{added, changed} entries in py3k unittest docs

2010-01-26 Thread Michael Foord
Michael Foord added the comment: skip* functions are missing 'new in' documentation. These need to be correct for 2.7 and 3.1 / 3.2 as well. Plus the example of assertRaises as a context manager sucks. http://docs.python.org/dev/library/unittest.html#unittest.TestCase.assertRaises --

[issue7030] Update version{added, changed} entries in py3k unittest docs

2009-10-01 Thread Mark Dickinson
New submission from Mark Dickinson : The py3k unittest docs have a few instances of: .. versionadded:: 2.7 and .. versionchanged:: 2.7 Presumably all of these should be either 3.1 or 3.2. I'd fix them, but I think Michael has a much better chance of getting all the version numbers righ