Change by Stuart Berg :
--
nosy: +stuarteberg
___
Python tracker
<https://bugs.python.org/issue25942>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Stuart Berg :
--
pull_requests: +4245
___
Python tracker
<https://bugs.python.org/issue25942>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Stuart Berg :
--
pull_requests: +85
___
Python tracker
<http://bugs.python.org/issue28837>
___
___
Python-bugs-list mailing list
Unsubscribe:
Stuart Berg added the comment:
Patch submitted as github PR #24:
https://github.com/python/cpython/pull/24
--
___
Python tracker
<http://bugs.python.org/issue28
Changes by Stuart Berg :
Added file: http://bugs.python.org/file46343/fix-28837.patch
___
Python tracker
<http://bugs.python.org/issue28837>
___
___
Python-bugs-list m
Changes by Stuart Berg :
Removed file: http://bugs.python.org/file46342/fix-28837.patch
___
Python tracker
<http://bugs.python.org/issue28837>
___
___
Python-bugs-list m
Stuart Berg added the comment:
Sorry for re-uploading the patch; I made some pep8 fixes.
--
Added file: http://bugs.python.org/file46342/fix-28837.patch
___
Python tracker
<http://bugs.python.org/issue28
Changes by Stuart Berg :
Removed file: http://bugs.python.org/file46341/fix-28837.patch
___
Python tracker
<http://bugs.python.org/issue28837>
___
___
Python-bugs-list m
Changes by Stuart Berg :
Added file: http://bugs.python.org/file46341/fix-28837.patch
___
Python tracker
<http://bugs.python.org/issue28837>
___
___
Python-bugs-list m
Changes by Stuart Berg :
Removed file: http://bugs.python.org/file46339/fix-28837.patch
___
Python tracker
<http://bugs.python.org/issue28837>
___
___
Python-bugs-list m
Stuart Berg added the comment:
In addition to zip(), this problem also affects map() and filter().
The problem is that the match patterns in FixZip, FixMap, and FixFilter do not
allow for more than one "trailer" node. (And even if they did, their
transform() methods aren'
Stuart Berg added the comment:
Already closed, but FWIW, I think this was incorrectly marked as a duplicate.
Issue 20742 discusses a different issue related to lib2to3 and zip.
Meanwhile, this issue has been raised again in 28837, so I will continue the
discussion there. (I have a patch
12 matches
Mail list logo