This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Remove long integer literals from Python 3.0 tutorial
Type: Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, jsizelove
Priority: normal Keywords: patch

Created on 2008-08-09 01:05 by jsizelove, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
floatingpoint.diff jsizelove, 2008-08-09 01:05
Messages (2)
msg70922 - (view) Author: Jim Sizelove (jsizelove) Date: 2008-08-09 01:05
The distinction between integers and long integers has been removed in
Python 3.0.  The attached patch file changes the long literals to Python
3.0 integer literals in the Floating Point Arithmetic section of the
tutorial.
msg70973 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-08-10 12:16
Thanks, applied in r65627.
History
Date User Action Args
2022-04-11 14:56:37adminsetgithub: 47779
2008-08-10 12:16:57georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg70973
2008-08-09 01:05:48jsizelovecreate