commit | bdca942ffcdb6e14758d3e2f7a9e9fbbfa931c06 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Oct 26 20:21:13 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Oct 26 20:21:13 2008 +0000 |
tree | 47ab776f87d60ae4372e5ef3c010fc3f7117332e | |
parent | adc93b9499cc04c41499c313a08b45ea34606e21 [diff] [blame] |
fix __future__ imports when multiple features are given
diff --git a/Misc/NEWS b/Misc/NEWS index 9202c40..ae89094 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and Builtins ----------------- +- Issue #4209: Enabling unicode_literals and the print_function in the same + __future__ import didn't work. + - Using ``nonlocal`` as a variable name will now raise a Py3k SyntaxWarning because it is a reserved word in 3.x.