Why does str(float) return more digits in Python 3 than Python 2?
No, there’s no PEP. There’s an issue in the bug tracker, and an associated discussion on the Python developers mailing list. While I was responsible for proposing and implementing the change, I can’t claim it was my idea: it had arisen during conversations with Guido at EuroPython 2010. Some more details: as already mentioned in … Read more