librelist archives

« back to archive

python 3 support ?

python 3 support ?

From:
Ali Oygur
Date:
2011-12-19 @ 13:24
Hi all,

flask does support python 3 ?

-- 
Ali OYGUR
PHP&  FACEBOOK APPLICATION DEVELOPER

Re: [flask] python 3 support ?

From:
lynadge
Date:
2011-12-19 @ 13:31
Hi

http://flask.pocoo.org/docs/foreword/#the-status-of-python-3

Am 19.12.2011 14:24, schrieb Ali OYGUR:
> Hi all,
>
> flask does support python 3 ?

Re: [flask] python 3 support ?

From:
Philip Goh
Date:
2011-12-19 @ 13:28
Hi Ali,

Flask doesn't support Python 3 yet. The status of Python 3 is documented at
http://flask.pocoo.org/docs/foreword/#the-status-of-python-3

Kind regards,
Philip

On 19 December 2011 13:24, Ali OYGUR <alioygur@gmail.com> wrote:

> Hi all,
>
> flask does support python 3 ?
>
> --
> Ali OYGUR
> PHP&  FACEBOOK APPLICATION DEVELOPER
>
>

Re: [flask] python 3 support ?

From:
Ali Oygur
Date:
2011-12-19 @ 13:39
On 12/19/2011 03:28 PM, Philip Goh wrote:
> Hi Ali,
>
> Flask doesn't support Python 3 yet. The status of Python 3 is 
> documented at http://flask.pocoo.org/docs/foreword/#the-status-of-python-3
>
> Kind regards,
> Philip
>
> On 19 December 2011 13:24, Ali OYGUR <alioygur@gmail.com 
> <mailto:alioygur@gmail.com>> wrote:
>
>     Hi all,
>
>     flask does support python 3 ?
>
>     --
>     Ali OYGUR
>     PHP&  FACEBOOK APPLICATION DEVELOPER
>
>
hi philip,

thank for your answer. But im little speak english.

i read this document but do not understand something. im begin of python.

can you give me any date. ?

-- 
Ali OYGUR
PHP&  FACEBOOK APPLICATION DEVELOPER

Re: [flask] python 3 support ?

From:
Philip Goh
Date:
2011-12-19 @ 13:45
On 19 December 2011 13:39, Ali OYGUR <alioygur@gmail.com> wrote:

>
>  hi philip,
>
> thank for your answer. But im little speak english.
>
> i read this document but do not understand something. im begin of python.
>
> can you give me any date. ?
>

As the page I linked to states, there is no date yet for Python 3 support.
Support is unlikely to arrive in the near future. The recommendation is to
use Python 2.6 or Python 2.7, and write code that is forward compatible.

Kind regards,
Philip

Re: [flask] python 3 support ?

From:
Ali Oygur
Date:
2011-12-19 @ 15:03
On 12/19/2011 03:45 PM, Philip Goh wrote:
> On 19 December 2011 13:39, Ali OYGUR <alioygur@gmail.com 
> <mailto:alioygur@gmail.com>> wrote:
>
>
>     hi philip,
>
>     thank for your answer. But im little speak english.
>
>     i read this document but do not understand something. im begin of
>     python.
>
>     can you give me any date. ?
>
>
> As the page I linked to states, there is no date yet for Python 3 
> support. Support is unlikely to arrive in the near future. The 
> recommendation is to use Python 2.6 or Python 2.7, and write code that 
> is forward compatible.
>
> Kind regards,
> Philip
>
>
ok thank you

-- 
Ali OYGUR
PHP&  FACEBOOK APPLICATION DEVELOPER

Re: [flask] python 3 support ?

From:
Max Countryman
Date:
2011-12-19 @ 15:13
Also worth reading is Armin's post regarding Python 3: 
http://lucumr.pocoo.org/2011/12/7/thoughts-on-python3/

Re: [flask] python 3 support ?

From:
Todd Kennedy
Date:
2011-12-19 @ 13:43
There is no date.

In order for Flask to be on python 3, werkzeug and jinja need to be on 
python 3 as well, since flask is built using those libraries.

On Dec 19, 2011, at 8:39 AM, Ali OYGUR wrote:

> On 12/19/2011 03:28 PM, Philip Goh wrote:
>> Hi Ali,
>> 
>> Flask doesn't support Python 3 yet. The status of Python 3 is 
documented at http://flask.pocoo.org/docs/foreword/#the-status-of-python-3
>> 
>> Kind regards,
>> Philip
>> 
>> On 19 December 2011 13:24, Ali OYGUR <alioygur@gmail.com> wrote:
>> Hi all,
>> 
>> flask does support python 3 ?
>> 
>> --
>> Ali OYGUR
>> PHP&  FACEBOOK APPLICATION DEVELOPER
>> 
>> 
> hi philip,
> 
> thank for your answer. But im little speak english. 
> 
> i read this document but do not understand something. im begin of python.
> 
> can you give me any date. ?
> 
> -- 
> Ali OYGUR
> PHP & FACEBOOK APPLICATION DEVELOPER
>