Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

Looking at the code ANY is simply implemented with __eq__ always returning True 
at 
https://github.com/python/cpython/blob/e61cc481e02b758c8d8289163102c236d0658a55/Lib/unittest/mock.py#L1957
 . I am not sure how APPROXIMATE can be implemented in terms of floating point 
like rounding up or down? Do you have any examples in mind over a sample 
implementation or example of how they should behave in various scenarios?

----------
nosy: +xtreak
versions: +Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35656>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to