[issue6185] 2to3 misses buffer slicing

2009-06-03 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks for the patch! Fixed in r73179. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue6185] 2to3 misses buffer slicing

2009-06-03 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- assignee: -> benjamin.peterson nosy: +benjamin.peterson priority: -> normal ___ Python tracker ___

[issue6185] 2to3 misses buffer slicing

2009-06-02 Thread Joe Amenta
Joe Amenta added the comment: Patch that will fix the problem (and make the test pass) -- Added file: http://bugs.python.org/file14165/bufferfix.patch ___ Python tracker ___

[issue6185] 2to3 misses buffer slicing

2009-06-02 Thread Joe Amenta
New submission from Joe Amenta : 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.