summaryrefslogtreecommitdiff
path: root/Include/Python-ast.h
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-02-24 19:41:35 +0000
committerGeorg Brandl <georg@python.org>2007-02-24 19:41:35 +0000
commitfb0c7cad1614d1fa00603ef6742bffb22549fb2e (patch)
treef3a3609d18687c1f78b436e394ac2c4f1a648c55 /Include/Python-ast.h
parent1c08cd90d95241ae200a7625bf20920cbb724af2 (diff)
downloadcpython-fb0c7cad1614d1fa00603ef6742bffb22549fb2e.tar.gz
Make bytes_repr return a string containing a b"" literal.
Diffstat (limited to 'Include/Python-ast.h')
-rw-r--r--Include/Python-ast.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/Python-ast.h b/Include/Python-ast.h
index a702dbc2fb..66d7b52580 100644
--- a/Include/Python-ast.h
+++ b/Include/Python-ast.h
@@ -516,4 +516,3 @@ keyword_ty _Py_keyword(identifier arg, expr_ty value, PyArena *arena);
alias_ty _Py_alias(identifier name, identifier asname, PyArena *arena);
PyObject* PyAST_mod2obj(mod_ty t);
-