[issue14343] In re's examples the example with re.split() shadows builtin input()

2012-03-17 Thread Roundup Robot
Roundup Robot added the comment: 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 -- ___ Python tracker

[issue14343] In re's examples the example with re.split() shadows builtin input()

2012-03-17 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: ope

[issue14343] In re's examples the example with re.split() shadows builtin input()

2012-03-16 Thread Matthew Barnett
Changes by Matthew Barnett : -- 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() ___ Python tracker _