Re: [Python-Dev] Summary of Tracker Issues

2007-07-07 Thread Josiah Carlson
Steve Holden <[EMAIL PROTECTED]> wrote: > Tracker wrote: > > > > ACTIVITY SUMMARY (07/01/07 - 07/08/07) > > > > > > Tracker at http://bugs.python.org/ > > > > To view or respond to any of the issues listed below, simply click on > > the issue ID. Do *not* respond to this message. >

Re: [Python-Dev] Summary of Tracker Issues

2007-07-07 Thread Steve Holden
Tracker wrote: > > ACTIVITY SUMMARY (07/01/07 - 07/08/07) > > > Tracker at http://bugs.python.org/ > > To view or respond to any of the issues listed below, simply click on > the issue ID. Do *not* respond to this message. > > 1645 open ( +0) / 8584 closed ( +0) / 10229 total ( +0)

Re: [Python-Dev] Python 2.6 BaseException.message deprecation, really needed?

2007-07-07 Thread Fred L. Drake, Jr.
On Saturday 07 July 2007, Gustavo Carneiro wrote: > In PyGObject we want to use a 'message' attribute in an exception defined > by us. The name 'message' comes from a C API, therefore we would like to > keep it for easier mapping between C and Python APIs. Why does Python > have to deprecate

Re: [Python-Dev] Python 2.6 BaseException.message deprecation, really needed?

2007-07-07 Thread Brett Cannon
On 7/7/07, Gustavo Carneiro <[EMAIL PROTECTED]> wrote: > In PyGObject we want to use a 'message' attribute in an exception defined by > us. The name 'message' comes from a C API, therefore we would like to keep > it for easier mapping between C and Python APIs. Why does Python have to > deprecate

[Python-Dev] Summary of Tracker Issues

2007-07-07 Thread Tracker
ACTIVITY SUMMARY (07/01/07 - 07/08/07) Tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message. 1645 open ( +0) / 8584 closed ( +0) / 10229 total ( +0) Average duration of open issues: 850 days. Medi

[Python-Dev] Python 2.6 BaseException.message deprecation, really needed?

2007-07-07 Thread Gustavo Carneiro
In PyGObject we want to use a 'message' attribute in an exception defined by us. The name 'message' comes from a C API, therefore we would like to keep it for easier mapping between C and Python APIs. Why does Python have to deprecate this attribute? .../gobject/option.py:187: DeprecationWarnin

Re: [Python-Dev] Python for embedding?

2007-07-07 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 7, 2007, at 9:23 AM, Aahz wrote: > On Sat, Jul 07, 2007, "Knut A. Wikstr?m" wrote: >> >> Python is a great language. We all know. But I have tried >> implementing >> Python into C/C++ applications, and have a) had a lot of trouble >> gettin

Re: [Python-Dev] Python for embedding?

2007-07-07 Thread Aahz
On Sat, Jul 07, 2007, "Knut A. Wikstr?m" wrote: > > Python is a great language. We all know. But I have tried implementing > Python into C/C++ applications, and have a) had a lot of trouble getting > it running properly and b) it is slow, compared to other languages, like > LUA. This thread sho

[Python-Dev] Python for embedding?

2007-07-07 Thread Knut A. Wikström
Python is a great language. We all know. But I have tried implementing Python into C/C++ applications, and have a) had a lot of trouble getting it running properly and b) it is slow, compared to other languages, like LUA. What is my idea, is to make a Python implementation made to be embedded