[issue14741] parser module doesn't support Ellipsis.

2012-05-07 Thread Mark Dickinson
Changes by Mark Dickinson : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue14741] parser module doesn't support Ellipsis.

2012-05-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2b1cc84bf1d9 by Mark Dickinson in branch '3.2': Issue #14741: Fix missing support for ellipsis in parser module. http://hg.python.org/cpython/rev/2b1cc84bf1d9 New changeset d50577c5711b by Mark Dickinson in branch 'default': Issue #14741: Merge fix

[issue14741] parser module doesn't support Ellipsis.

2012-05-07 Thread Mark Dickinson
New submission from Mark Dickinson : Here's a simple patch. With this and other recent patches to the parser module, we can now correctly roundtrip all the (valid) Python files in Lib/ and Lib/test/. -- assignee: mark.dickinson components: Library (Lib) files: parser_ellipsis.patch ke