[New-bugs-announce] [issue14741] parser module doesn't support Ellipsis.

Mark Dickinson report at bugs.python.org
Mon May 7 18:18:43 CEST 2012


New submission from Mark Dickinson <dickinsm at gmail.com>:

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
keywords: patch
messages: 160157
nosy: mark.dickinson
priority: normal
severity: normal
stage: needs patch
status: open
title: parser module doesn't support Ellipsis.
type: behavior
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file25487/parser_ellipsis.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14741>
_______________________________________


More information about the New-bugs-announce mailing list