New submission from Guido van Rossum:

compile() takes a string, bytes or AST as the "source" argument.  The bytes 
option are not documented except in the error message you get when you pass 
something else.  The AST option is in the library docs but not in the function 
docstring.

----------
assignee: docs@python
components: Documentation
messages: 205383
nosy: docs@python, gvanrossum
priority: normal
severity: normal
status: open
title: Document that compile() source may be bytes
type: enhancement
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19910>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to