[issue11282] 3.3 unittest document not kept consist with code

2011-04-03 Thread Ezio Melotti

Changes by Ezio Melotti :


--
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11282] 3.3 unittest document not kept consist with code

2011-04-03 Thread Roundup Robot

Roundup Robot  added the comment:

New changeset 1fd736395df3 by Ezio Melotti in branch '3.2':
#11282: the fail* methods will stay around a few more versions.
http://hg.python.org/cpython/rev/1fd736395df3

New changeset 110bb604bc2f by Ezio Melotti in branch 'default':
#11282: merge with 3.2.
http://hg.python.org/cpython/rev/110bb604bc2f

New changeset aa658836e090 by Ezio Melotti in branch 'default':
#11282: add back the fail* methods and assertDictContainsSubset.
http://hg.python.org/cpython/rev/aa658836e090

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11282] 3.3 unittest document not kept consist with code

2011-04-02 Thread Ezio Melotti

Ezio Melotti  added the comment:

Guido decided to leave the fail* methods and assertDictContainsSubset in 3.3 
(and possibly even in the following versions), so that people moving from 2.7 
to 3.3 don't have to change their code because these methods are missing.
Since assertSameElements is not in 2.7, it can be removed in 3.3.

I will therefore backout r88451 and add back the fail* methods and 
assertDictContainsSubset.

--
nosy: +gvanrossum, rhettinger

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11282] 3.3 unittest document not kept consist with code

2011-03-19 Thread Ezio Melotti

Changes by Ezio Melotti :


--
assignee: michael.foord -> ezio.melotti

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11282] 3.3 unittest document not kept consist with code

2011-03-14 Thread Michael Foord

Michael Foord  added the comment:

Those methods should *not* have been removed. I thought we had discussed this. 
It is my fault for allowing the error in the 3.2 docs to remain.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11282] 3.3 unittest document not kept consist with code

2011-03-12 Thread Ezio Melotti

Ezio Melotti  added the comment:

Michael, what's the status of this?
Do you think some of the removed methods should be added back even if they are 
marked as "removed in 3.3" in the 3.2 doc?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11282] 3.3 unittest document not kept consist with code

2011-02-27 Thread Arfrever Frehtes Taifersar Arahesis

Changes by Arfrever Frehtes Taifersar Arahesis :


--
nosy: +Arfrever

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11282] 3.3 unittest document not kept consist with code

2011-02-25 Thread Georg Brandl

Georg Brandl  added the comment:

Removed things are also removed from the doc.  I just committed as much as was 
necessary to stop buildbot breakage, and notified Michael to take care of the 
rest (which he did, by explaining I removed the wrong thing :)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11282] 3.3 unittest document not kept consist with code

2011-02-25 Thread Michael Foord

Changes by Michael Foord :


--
assignee: docs@python -> michael.foord

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11282] 3.3 unittest document not kept consist with code

2011-02-25 Thread Michael Foord

Michael Foord  added the comment:

Actually I think these methods are going back in and staying deprecated, so 
hold off for a bit.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11282] 3.3 unittest document not kept consist with code

2011-02-25 Thread Terry J. Reedy

Terry J. Reedy  added the comment:

Georg, what is policy on removed features?
Remove doc or leave and state removed?

"Deprecated in version 3.2 and removed in 3.3."
 or just
"Removed in version 3.3"
(Once removed, does it really matter when deprecated?)

If left, should they be moved to separate section, especially when multiple? It 
could be a bit annoying for newcomers starting with 3.3 to read and struggle to 
understand and then read that they just wasted their time. There enough things 
already to learn and remember.

--
nosy: +georg.brandl, terry.reedy
stage:  -> needs patch
title: unittest document not keep consist with code -> 3.3 unittest document 
not kept consist with code

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com