[issue6353] "L" integer suffix in Python 3.1 tutorial

2009-07-03 Thread Ezio Melotti
Ezio Melotti added the comment: Yes, I was looking at the diff between the two and I probably picked up the wrong one. -- ___ Python tracker ___ _

[issue6353] "L" integer suffix in Python 3.1 tutorial

2009-07-03 Thread Mark Dickinson
Mark Dickinson added the comment: ezio.melotti: do you mean r73658? (which was committed after delroth submitted the report :-). -- nosy: +marketdickinson ___ Python tracker ___

[issue6353] "L" integer suffix in Python 3.1 tutorial

2009-07-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Pierre, before submitting doc issues, you can check the 'in-development' version of the docs at http://docs.python.org/dev/py3k/ to see if an issue has been fixed. This is currently labeled "Python v3.2a0 documentation" -- nosy: +tjreedy __

[issue6353] "L" integer suffix in Python 3.1 tutorial

2009-07-01 Thread Ezio Melotti
Ezio Melotti added the comment: This is already fixed in r71994. Thanks anyway. -- nosy: +ezio.melotti resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue6353] "L" integer suffix in Python 3.1 tutorial

2009-06-28 Thread Pierre Bourdon
New submission from Pierre Bourdon : Chapter 14 (Floating Point Arithmetic: Issues and Limitations) of the Python 3.x tutorial contains integers with long suffix (424242L) when talking about as_integer_ratio. Patch is attached. -- assignee: georg.brandl components: Documentation files: