[issue6353] L integer suffix in Python 3.1 tutorial

2009-07-03 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu 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-03 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: ezio.melotti: do you mean r73658? (which was committed after delroth submitted the report :-). -- nosy: +marketdickinson ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6353

[issue6353] L integer suffix in Python 3.1 tutorial

2009-07-03 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: Yes, I was looking at the diff between the two and I probably picked up the wrong one. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6353

[issue6353] L integer suffix in Python 3.1 tutorial

2009-07-01 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com 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 rep...@bugs.python.org

[issue6353] L integer suffix in Python 3.1 tutorial

2009-06-28 Thread Pierre Bourdon
New submission from Pierre Bourdon r...@delroth.is-a-geek.org: 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