commit | 466a7822c19d97223cf54549b247ce2c33685825 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Jul 02 21:44:01 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Jul 02 21:44:01 2009 +0000 |
tree | d64d6e6640c07c3b18f405b85c43d8faa66ef9b0 | |
parent | c963731bb68b844e839518af96d8b986cbbf9da9 [diff] [blame] |
the old CO_FUTURE flags can't be commented out
diff --git a/Misc/NEWS b/Misc/NEWS index f8b6bb5..5d4c3ee 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,11 @@ - Issue #4856: Remove checks for win NT. +C-API +----- + +- The code flags for old __future__ features are now available again. + Library -------