[issue3529] Remove long integer literals from Python 3.0 tutorial

Jim Sizelove report at bugs.python.org
Sat Aug 9 03:05:49 CEST 2008


New submission from Jim Sizelove <jimsize at gmail.com>:

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.

----------
assignee: georg.brandl
components: Documentation
files: floatingpoint.diff
keywords: patch
messages: 70922
nosy: georg.brandl, jsizelove
severity: normal
status: open
title: Remove long integer literals from Python 3.0 tutorial
versions: Python 3.0
Added file: http://bugs.python.org/file11090/floatingpoint.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3529>
_______________________________________


More information about the Python-bugs-list mailing list