summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-02-24 19:41:35 (GMT)
committerGeorg Brandl <georg@python.org>2007-02-24 19:41:35 (GMT)
commitee91be45df796b8e5721d9142a6e92e55a465451 (patch)
tree9878cc28e6145f4985c2d6e323f84657e60eb650 /Include
parentfa353657f0da969eb6bc1cf62fb3c69dd036463a (diff)
downloadcpython-ee91be45df796b8e5721d9142a6e92e55a465451.zip
cpython-ee91be45df796b8e5721d9142a6e92e55a465451.tar.gz
cpython-ee91be45df796b8e5721d9142a6e92e55a465451.tar.bz2
Make bytes_repr return a string containing a b"" literal.
Diffstat (limited to 'Include')
-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 a702dbc..66d7b52 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);
-