[issue35676] unittest assert helper methods have incorrect signature in docs

2021-04-25 Thread Irit Katriel


Change by Irit Katriel :


--
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.7, Python 
3.8

___
Python tracker 

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



[issue35676] unittest assert helper methods have incorrect signature in docs

2019-01-08 Thread Brett Cannon


Change by Brett Cannon :


--
nosy: +michael.foord, rbcollins

___
Python tracker 

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



[issue35676] unittest assert helper methods have incorrect signature in docs

2019-01-07 Thread Karthikeyan Singaravelan


Karthikeyan Singaravelan  added the comment:

Thanks for the report. Looking at git history it seems there were some changes 
done in issue10573 to use (actual, expected) for consistency and later changed 
to use (first, second) in the same issue at msg126911. Discussion for the issue 
: https://mail.python.org/pipermail/python-dev/2010-December/106875.html

I think this is a bug as seen from typeshed 
https://github.com/python/typeshed/pull/2724/. But I will defer it to the 
maintainer to take a call on the same given there was a discussion in the past.

Removing versions that are on security fix only mode. I am changing the 
subject. Feel free to reword/revert.

--
nosy: +ezio.melotti, xtreak
title: class TestCase: docs are not correct -> unittest assert helper methods 
have incorrect signature in docs
versions:  -Python 3.4, Python 3.5, Python 3.6

___
Python tracker 

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