New submission from aikimark1955 <aikimark1...@gmail.com>:
The description for this function reads: "Return the fractional and integer parts of x. Both results carry the sign of x and are floats." Since the second returned value is "integer parts", I submit that the value should be integer. ---------- components: Library (Lib) messages: 356680 nosy: aikimark1955 priority: normal severity: normal status: open title: math.modf() change integer returned part as integer instead of float type: behavior _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38813> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com