[ python-Bugs-779147 ] FutureWarning in Carbon/Controls.py

SourceForge.net noreply at sourceforge.net
Wed Jul 21 06:47:15 CEST 2004


Bugs item #779147, was opened at 2003-07-28 13:27
Message generated for change (Comment added) made by kasplat
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=779147&group_id=5470

Category: Macintosh
Group: Python 2.3
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Kevin Altis (kasplat)
Assigned to: Jack Jansen (jackjansen)
Summary: FutureWarning in Carbon/Controls.py

Initial Comment:
While building a wxPython standalone with 
bundlebuilder.py I got the following warning that I hadn't 
seen before. Just in case this is an issue for 2.3rc2 I 
thought I should bring it up here.

Finding module dependencies
/Library/Frameworks/Python.framework/Versions/2.3/lib/p
ython2.3/plat-mac/Carbon/Controls.py:11: 
FutureWarning: hex/oct constants > sys.maxint will 
return positive values in Python 2.4 and up
   kDataBrowserClientPropertyFlagsMask = 0xFF000000

ka

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

>Comment By: Kevin Altis (kasplat)
Date: 2004-07-20 21:47

Message:
Logged In: YES 
user_id=228025

Just doing some house cleaning. This probably should have been closed 
last summer.

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

Comment By: Terry J. Reedy (tjreedy)
Date: 2003-08-03 12:48

Message:
Logged In: YES 
user_id=593130

This is a new warning intentionally added to 2.3.  It means 
just what it says, to warn you in case the planned change 
will break your code.  Check the PEP on int/long unification, 
discussions on c.l.py and pydev, and I presume, somewhere 
in the 2.3 release docs.  If you still have questions, ask on 
c.l.py.

Unless you still see a bug, please close his (I can't).


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

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


More information about the Python-bugs-list mailing list