New submission from Joe Amenta <ament...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue6185> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com