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: Python 2.4: Warn about omitted mutable_flag.
Type: Stage:
Components: Extension Modules Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, mwh
Priority: normal Keywords:

Created on 2003-03-03 13:25 by mwh, last changed 2022-04-10 16:07 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ioctl-warning.diff mwh, 2004-05-26 16:52 mwh patch #1
Messages (3)
msg14917 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2003-03-03 13:25
We need to add a warning to fcntl.ioctl() for 2.4.
msg14918 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2004-05-26 16:52
Logged In: YES 
user_id=6656

Is the attached all that is needed?  Do we want a test that the 
warning is indeed emitted?

Reading http://python.org/sf/555817 first might be good for the 
memory.
msg14919 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-06-03 12:50
Logged In: YES 
user_id=21627

I've added something to "Porting to 2.4" as well. Also, I'm
taking a different route with the reminders: Instead of
filing a new reminder that the warning should be removed in
2.5, I've added a #error in the source which is triggered
when the minor version changes to 5.

Committed the changes as

whatsnew24.tex 1.50
NEWS 1.988
fcntlmodule.c 2.42
History
Date User Action Args
2022-04-10 16:07:17adminsetgithub: 38086
2003-03-03 13:25:26mwhcreate