Re: [Python-Dev] Annotations support in python

2008-04-04 Thread Benjamin Peterson
On Thu, Apr 3, 2008 at 11:49 PM, Neal Norwitz <[EMAIL PROTECTED]> wrote: > The release schedule for 2.6/3.0 is > http://www.python.org/dev/peps/pep-0361/ > 3.0 will have the feature, 2.6 may or may not. There is an issue for this: http://bugs.python.org/issue2331 > > > n > > On Thu, Apr 3, 2008

Re: [Python-Dev] Annotations support in python

2008-04-03 Thread Neal Norwitz
The release schedule for 2.6/3.0 is http://www.python.org/dev/peps/pep-0361/ 3.0 will have the feature, 2.6 may or may not. n On Thu, Apr 3, 2008 at 4:47 AM, Heshan Suriyaarachchi <[EMAIL PROTECTED]> wrote: > Hi, > I need to work with annotations as it is said in [1]. Currently I am > using

Re: [Python-Dev] Annotations support in python

2008-04-03 Thread Thomas Wouters
On Thu, Apr 3, 2008 at 1:47 PM, Heshan Suriyaarachchi <[EMAIL PROTECTED]> wrote: > Hi, > I need to work with annotations as it is said in [1]. Currently I am > using python 2.5.1. I would like to know whether the > next release of python will support this feature. If the next version > suppo

[Python-Dev] Annotations support in python

2008-04-03 Thread Heshan Suriyaarachchi
Hi, I need to work with annotations as it is said in [1]. Currently I am using python 2.5.1. I would like to know whether the next release of python will support this feature. If the next version support this feature I would like to know when are you planning to release it. I used the __futur