commit | 4058211e8d8c250e39e21604b36637ebd8784e6c | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Aug 31 22:13:03 2011 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Aug 31 22:13:03 2011 -0400 |
tree | 2a4974654904b30228c132c50ddcdf97ce535e55 | |
parent | 89b7af1e532f4a12632e77173e71717f2e9996e8 [diff] [blame] |
accept bytes for the AST 'string' type This is a temporary kludge and all is well in 3.3.
diff --git a/Misc/NEWS b/Misc/NEWS index 0aa9a11..1281366 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -13,6 +13,9 @@ - Issue #12326: sys.platform is now always 'linux2' on Linux, even if Python is compiled on Linux 3. +- Accept bytes for the AST string type. This is temporary until a proper fix in + 3.3. + Library -------