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
commitee91be45df796b8e5721d9142a6e92e55a465451 (patch)
tree9878cc28e6145f4985c2d6e323f84657e60eb650 /Include/Python-ast.h
parentfa353657f0da969eb6bc1cf62fb3c69dd036463a (diff)
downloadcpython-git-ee91be45df796b8e5721d9142a6e92e55a465451.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);
-