Re: [Python-Dev] datetime nanosecond support (ctd?)

2014-12-10 Thread Stephen J. Turnbull
mdcb808 writes: > These are typically discussed on this list or using the bug > tracker? I think this discussion belongs on python-dev because the requirement is clear, but a full specification involves backward compatibility with older interfaces, and clearly different people place different v

[Python-Dev] [RELEASE] Python 2.7.9

2014-12-10 Thread Benjamin Peterson
It is my pleasure to announce the release of Python 2.7.9, a new bugfix release in the Python 2.7 series. Despite technically being a maintenance release, Python 2.7.9 includes several majors changes from 2.7.8: - The "ensurepip" module has been backported to Python 2.7 - Python 3's ssl module has

Re: [Python-Dev] datetime nanosecond support (ctd?)

2014-12-10 Thread mdcb808
On 12/10/14 7:33 AM, Nick Coghlan wrote: On 10 December 2014 at 16:31, Matthieu Bec wrote: newbie first post on this list, if what follows is of context ... Hi all, I'm struggling with issue per the subject, read different threads and issue http://bugs.python.org/issue15443 that started 2012

Re: [Python-Dev] Python 2.x and 3.x use survey, 2014 edition

2014-12-10 Thread Bruno Cauet
Remarks heard & form updated. Nathaniel, I'm not sure about that: even if the code is 2- and 3-compatible you'll pick one runtime. 2 others questions now mention writing polyglot code. By the way I published the survey on HN, /r/programming & /r/python: https://news.ycombinator.com/item?id=8730156

Re: [Python-Dev] Python 2.x and 3.x use survey, 2014 edition

2014-12-10 Thread Nathaniel Smith
On 10 Dec 2014 17:16, "Ian Cordasco" wrote: > > On Wed, Dec 10, 2014 at 11:10 AM, Donald Stufft wrote: > > > > On Dec 10, 2014, at 11:59 AM, Bruno Cauet wrote: > > > > Hi all, > > Last year a survey was conducted on python 2 and 3 usage. > > Here is the 2014 edition, slightly updated (from 9 to

Re: [Python-Dev] Python 2.x and 3.x use survey, 2014 edition

2014-12-10 Thread Ian Cordasco
On Wed, Dec 10, 2014 at 11:10 AM, Donald Stufft wrote: > > On Dec 10, 2014, at 11:59 AM, Bruno Cauet wrote: > > Hi all, > Last year a survey was conducted on python 2 and 3 usage. > Here is the 2014 edition, slightly updated (from 9 to 11 questions). > It should not take you more than 1 minute to

Re: [Python-Dev] Python 2.x and 3.x use survey, 2014 edition

2014-12-10 Thread Donald Stufft
> On Dec 10, 2014, at 11:59 AM, Bruno Cauet wrote: > > Hi all, > Last year a survey was conducted on python 2 and 3 usage. > Here is the 2014 edition, slightly updated (from 9 to 11 questions). > It should not take you more than 1 minute to fill. I would be pleased if you > took that time. > >

[Python-Dev] Python 2.x and 3.x use survey, 2014 edition

2014-12-10 Thread Bruno Cauet
Hi all, Last year a survey was conducted on python 2 and 3 usage. Here is the 2014 edition, slightly updated (from 9 to 11 questions). It should not take you more than 1 minute to fill. I would be pleased if you took that time. Here's the url: http://goo.gl/forms/tDTcm8UzB3 I'll publish the result

Re: [Python-Dev] python compile error on mac os x

2014-12-10 Thread 卓一抗
thank u very much. 2014-12-11 0:40 GMT+08:00 Brett Cannon : > It would be better to file a bug at bugs.python.org so it's easier to > track the problem. > > On Wed Dec 10 2014 at 11:37:30 AM 卓一抗 wrote: > >> hello, everybody ,i occur an ld error in my mac os x >> >> python 3.4.2 gcc 4.8.2 >> >>

Re: [Python-Dev] python compile error on mac os x

2014-12-10 Thread Brett Cannon
It would be better to file a bug at bugs.python.org so it's easier to track the problem. On Wed Dec 10 2014 at 11:37:30 AM 卓一抗 wrote: > hello, everybody ,i occur an ld error in my mac os x > > python 3.4.2 gcc 4.8.2 > > /Applications/Xcode.app/Contents/Developer/usr/bin/make Parser/pgen > gcc -

[Python-Dev] python compile error on mac os x

2014-12-10 Thread 卓一抗
hello, everybody ,i occur an ld error in my mac os x python 3.4.2 gcc 4.8.2 /Applications/Xcode.app/Contents/Developer/usr/bin/make Parser/pgen gcc -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -L/usr/local/lib -export-dynamic Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/nod

Re: [Python-Dev] Access control for buildbot

2014-12-10 Thread Nick Coghlan
On 11 December 2014 at 00:08, Trent Nelson wrote: > > On Dec 10, 2014, at 6:56 AM, jacob toft pedersen wrote: > >> Hi there >> >> I was visiting you buildbot page for inspiration and found that i apparently >> have the option to force stop/start all your builds without any access >> control. >>

Re: [Python-Dev] datetime nanosecond support (ctd?)

2014-12-10 Thread Nick Coghlan
On 10 December 2014 at 16:31, Matthieu Bec wrote: > > newbie first post on this list, if what follows is of context ... > > Hi all, > > I'm struggling with issue per the subject, read different threads and issue > http://bugs.python.org/issue15443 that started 2012 still opened as of > today. > >

Re: [Python-Dev] Access control for buildbot

2014-12-10 Thread Trent Nelson
On Dec 10, 2014, at 6:56 AM, jacob toft pedersen wrote: > Hi there > > I was visiting you buildbot page for inspiration and found that i apparently > have the option to force stop/start all your builds without any access > control. > > You may want to put something to enforce access control?

[Python-Dev] Access control for buildbot

2014-12-10 Thread jacob toft pedersen
Hi there I was visiting you buildbot page for inspiration and found that i apparently have the option to force stop/start all your builds without any access control. You may want to put something to enforce access control? /pedersen ___ Python-Dev mai

[Python-Dev] datetime nanosecond support (ctd?)

2014-12-10 Thread Matthieu Bec
newbie first post on this list, if what follows is of context ... Hi all, I'm struggling with issue per the subject, read different threads and issue http://bugs.python.org/issue15443 that started 2012 still opened as of today. Isn't there a legitimate case for nanosecond support? it's all