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: In re's examples the example with re.split() shadows builtin input()
Type: enhancement Stage: resolved
Components: Documentation, Regular Expressions Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, ezio.melotti, mrabarnett, py.user, python-dev
Priority: normal Keywords:

Created on 2012-03-17 00:50 by py.user, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg156114 - (view) Author: py.user (py.user) * Date: 2012-03-17 00:50
http://docs.python.org/py3k/library/re.html#making-a-phonebook

input -> text
msg156168 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-03-17 16:26
New changeset 6cf5f963e0c4 by Georg Brandl in branch '3.2':
Closes #14343: avoid shadowing builtin input() in example code.
http://hg.python.org/cpython/rev/6cf5f963e0c4
msg156170 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-03-17 16:27
New changeset 483319c711d4 by Georg Brandl in branch '2.7':
Closes #14343: avoid shadowing builtin input() in example code.
http://hg.python.org/cpython/rev/483319c711d4
History
Date User Action Args
2022-04-11 14:57:28adminsetgithub: 58551
2012-03-17 16:27:47python-devsetmessages: + msg156170
2012-03-17 16:26:40python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg156168

resolution: fixed
stage: resolved
2012-03-17 02:44:52mrabarnettsettitle: In re's examples the example with re.split() overlaps builtin input() -> In re's examples the example with re.split() shadows builtin input()
2012-03-17 00:50:33py.usercreate