[New-bugs-announce] [issue6185] 2to3 misses buffer slicing
Joe Amenta
report at bugs.python.org
Wed Jun 3 07:36:25 CEST 2009
New submission from Joe Amenta <amentajo at msu.edu>:
Found this bug while writing the backwards version of this fix for
3to2... there is no test for it, so it went undetected. The PATTERN
does not match a buffer() invocation if there is a token after the
rparen, i.e. slicing.
----------
components: 2to3 (2.x to 3.0 conversion tool)
files: buffertest.patch
keywords: patch
messages: 88795
nosy: joe.amenta
severity: normal
status: open
title: 2to3 misses buffer slicing
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file14164/buffertest.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6185>
_______________________________________
More information about the New-bugs-announce
mailing list