On Sun, 28 Jun 2020 01:41:01 +1000 Steven D'Aprano <[email protected]> wrote: > > and ECMA-262 section 24.5.2, JSON.stringify, NOTE 4, page 683 states: > > "Finite numbers are stringified as if by calling ToString(number). NaN > and Infinity regardless of sign are represented as the String null."
Ahh... typical Javascript. Sorry, ECMAScript. Regards Antoine. _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/ZM23KE6NXN3ZNRPQ2AAFZMZSJ65CHGPC/ Code of Conduct: http://python.org/psf/codeofconduct/
