diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-05-23 06:35:32 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-05-23 06:35:32 (GMT) |
commit | 8b2bfbc198c1fe0dcdfd42cc4683879cd712ccfd (patch) | |
tree | 9f3e2eed06cc877197eaadc398fb0bd12f5b9db3 /Misc/NEWS | |
parent | 5f2ba9f2b1d5bd7ce9a6388dc58624403ca54547 (diff) | |
download | cpython-8b2bfbc198c1fe0dcdfd42cc4683879cd712ccfd.zip cpython-8b2bfbc198c1fe0dcdfd42cc4683879cd712ccfd.tar.gz cpython-8b2bfbc198c1fe0dcdfd42cc4683879cd712ccfd.tar.bz2 |
Add -3 option to the interpreter to warn about features that are
deprecated and will be changed/removed in Python 3.0.
This patch is mostly from Anthony. I tweaked some format and added
a little doc.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- +- Add -3 option to the interpreter to warn about features that are + deprecated and will be changed/removed in Python 3.0. + - Patch #1686487: you can now pass any mapping after '**' in function calls. |