Meer Suri <[email protected]> added the comment:
I looked through the sys.float_info docs and I guess that you are referring to the max and min attributes of sys.float_info that are linking to the built-in max() and min() functions? In that case as there is no documentation for the max and min attributes of sys.float_info, should they not link to anything? ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue46586> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
