]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
accept bytes for the AST 'string' type
authorBenjamin Peterson <benjamin@python.org>
Thu, 1 Sep 2011 02:13:03 +0000 (22:13 -0400)
committerBenjamin Peterson <benjamin@python.org>
Thu, 1 Sep 2011 02:13:03 +0000 (22:13 -0400)
commit4058211e8d8c250e39e21604b36637ebd8784e6c
tree2a4974654904b30228c132c50ddcdf97ce535e55
parent89b7af1e532f4a12632e77173e71717f2e9996e8
accept bytes for the AST 'string' type

This is a temporary kludge and all is well in 3.3.
Misc/NEWS
Parser/asdl_c.py
Python/Python-ast.c