[ python-Bugs-696535 ] Python 2.4: Warn about omitted mutable_flag.

SourceForge.net noreply at sourceforge.net
Thu Jun 3 08:50:14 EDT 2004


Bugs item #696535, was opened at 2003-03-03 14:25
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=696535&group_id=5470

Category: Extension Modules
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Michael Hudson (mwh)
Assigned to: Martin v. Löwis (loewis)
Summary: Python 2.4: Warn about omitted mutable_flag.

Initial Comment:
We need to add a warning to fcntl.ioctl() for 2.4.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2004-06-03 14:50

Message:
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


----------------------------------------------------------------------

Comment By: Michael Hudson (mwh)
Date: 2004-05-26 18:52

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=696535&group_id=5470



More information about the Python-bugs-list mailing list