[issue24219] Repeated integer in Lexical analysis/Integer literals section

2015-05-22 Thread Dmitry Kazakov

Dmitry Kazakov added the comment:

Please, do tell me if I'm wrong deleting that literal and it actually serves 
some purpose...

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24219
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24219] Repeated integer in Lexical analysis/Integer literals section

2015-05-22 Thread Raymond Hettinger

Changes by Raymond Hettinger raymond.hettin...@gmail.com:


--
assignee: docs@python - rhettinger
nosy: +rhettinger

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24219
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24219] Repeated integer in Lexical analysis/Integer literals section

2015-05-22 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 645a03e93008 by Raymond Hettinger in branch '3.4':
Issue #24219: Remove duplicate literal in docs.
https://hg.python.org/cpython/rev/645a03e93008

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24219
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24219] Repeated integer in Lexical analysis/Integer literals section

2015-05-22 Thread Raymond Hettinger

Changes by Raymond Hettinger raymond.hettin...@gmail.com:


--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24219
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24219] Repeated integer in Lexical analysis/Integer literals section

2015-05-22 Thread R. David Murray

R. David Murray added the comment:

I believe you are correct.

--
nosy: +r.david.murray

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24219
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24219] Repeated integer in Lexical analysis/Integer literals section

2015-05-17 Thread Dmitry Kazakov

New submission from Dmitry Kazakov:

One of the integers under Some examples of integer literals is repeated twice:

7 21474836470o1770b100110111
3 79228162514264337593543950336 0o3770x1
  79228162514264337593543950336  0xdeadbeef

I believe this comes from the old docs: 
https://docs.python.org/2.7/reference/lexical_analysis.html#integer-and-long-integer-literals
 (the L suffix was removed).

--
assignee: docs@python
components: Documentation
files: intliteral.diff
keywords: patch
messages: 243418
nosy: docs@python, vlth
priority: normal
severity: normal
status: open
title: Repeated integer in Lexical analysis/Integer literals section
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file39410/intliteral.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24219
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com