]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add -3 option to the interpreter to warn about features that are
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 23 May 2007 06:35:32 +0000 (06:35 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 23 May 2007 06:35:32 +0000 (06:35 +0000)
commit8b2bfbc198c1fe0dcdfd42cc4683879cd712ccfd
tree9f3e2eed06cc877197eaadc398fb0bd12f5b9db3
parent5f2ba9f2b1d5bd7ce9a6388dc58624403ca54547
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.
Include/pydebug.h
Misc/NEWS
Misc/cheatsheet
Modules/main.c
Objects/dictobject.c
Objects/object.c
Python/bltinmodule.c