This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: -Q warn option is still not default in 2.4
Type: Stage:
Components: Interpreter Core Versions: Python 2.4
process
Status: closed Resolution: later
Dependencies: Superseder:
Assigned To: Nosy List: anthonybaxter, cito, georg.brandl
Priority: low Keywords:

Created on 2006-03-26 21:38 by cito, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg27882 - (view) Author: Christoph Zwerschke (cito) * Date: 2006-03-26 21:38
I noticed that contrary to what has been said in
http://www.python.org/doc/2.2.3/whatsnew/node7.html,
namely that integer divison should print deprecation
warnings beginning with Python 2.3, even Python 2.4
is still quiet about it, i.e. you still need to explicitely
set the -Q warn option to see the warnings.
Is that by intent or has it simply been forgotten?
If it has been forgotten, it should be probably changed
in Python 2.5.
msg27883 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-03-27 22:16
Logged In: YES 
user_id=849994

Anthony, release manager for 2.5, has decided to put this
off (most probably until 3.0).
msg27884 - (view) Author: Anthony Baxter (anthonybaxter) (Python triager) Date: 2006-03-28 07:06
Logged In: YES 
user_id=29957

It's too disruptive a change. If you try running the Python
testsuite with -Qnew, you'll see that we don't even get it
correct yet.
History
Date User Action Args
2022-04-11 14:56:16adminsetgithub: 43092
2006-03-26 21:38:10citocreate