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.
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:28 | admin | set | github: 58551 |
| 2012年03月17日 16:27:47 | python-dev | set | messages: + msg156170 |
| 2012年03月17日 16:26:40 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg156168 resolution: fixed stage: resolved |
| 2012年03月17日 02:44:52 | mrabarnett | set | title: 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:33 | py.user | create | |