[New-bugs-announce] [issue25885] ast Str type does not annotate the string type when it parses a python document

Myron Walker report at bugs.python.org
Wed Dec 16 16:09:07 EST 2015


New submission from Myron Walker:

The 'ast' module does not indicate the type of string, ''' or '"' or '"""', that it has encountered when it parses a python document.

This prevents accurate reproduction of the original parsed document by a writer walking over an instance of a abstract syntax tree.

----------
components: Extension Modules
messages: 256529
nosy: Myron Walker
priority: normal
severity: normal
status: open
title: ast Str type does not annotate the string type when it parses a python document
type: behavior
versions: Python 2.7

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


More information about the New-bugs-announce mailing list