[docs] [issue35126] Mistake in FAQ about converting number to string.
Pablo Galindo Salgado
report at bugs.python.org
Wed Oct 31 16:25:46 EDT 2018
Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:
Yep, this is incorrect in Python 2 unless `from __future__ import division` is imported at the beginning. Would you want to make a PR against the 2.7 branch to correct this?
----------
nosy: +pablogsal
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35126>
_______________________________________
More information about the docs
mailing list