Prev: urllib2 does not implement "with" Python 2.6
Next: Why can't I set sys.ps1 to a unicode string?
From: Vito 'ZeD' De Tullio on 12 Aug 2010 02:49 Hi all. I know, maybe I'm just lazily speculating, but I'm curious about what's next, in python, when GvR will stop the moratorium and will let changes in the language. I don't know what to expect... some syntax sugar about concurrent programming? static types? an erlang-style "bang" (!) process message passing? -- By ZeD
From: Stefan Behnel on 12 Aug 2010 03:17 Vito 'ZeD' De Tullio, 12.08.2010 08:49: > I know, maybe I'm just lazily speculating, but I'm curious about what's > next, in python, when GvR will stop the moratorium and will let changes in > the language. > > I don't know what to expect... some syntax sugar about concurrent > programming? static types? an erlang-style "bang" (!) process message > passing? One of the reasons the moratorium was established was to reduce the time spent in overly speculative discussions about various features that will most likely not end up in the language anyway. Also note that your examples above span both the language and the stdlib, which are put under different constraints by the moratorium. Stefan
From: Ben Finney on 12 Aug 2010 03:22 Vito 'ZeD' De Tullio <zak.mc.kraken(a)libero.it> writes: > I know, maybe I'm just lazily speculating, but I'm curious about > what's next, in python, when GvR will stop the moratorium and will let > changes in the language. Subscribe to the 'python-ideas' forum for the latest pie-in-the-sky discussions about how to change Python, including the occasional contribution from GvR on ideas that take his interest. -- \ “In the long run, the utility of all non-Free software | `\ approaches zero. All non-Free software is a dead end.” —Mark | _o__) Pilgrim, 2006 | Ben Finney
From: John Roth on 12 Aug 2010 08:20 On Aug 12, 1:22 am, Ben Finney <ben+pyt...(a)benfinney.id.au> wrote: > Vito 'ZeD' De Tullio <zak.mc.kra...(a)libero.it> writes: > > > I know, maybe I'm just lazily speculating, but I'm curious about > > what's next, in python, when GvR will stop the moratorium and will let > > changes in the language. > > Subscribe to the python-ideas forum for the latest pie-in-the-sky > discussions about how to change Python, including the occasional > contribution from GvR on ideas that take his interest. > > -- > \ In the long run, the utility of all non-Free software | > `\ approaches zero. All non-Free software is a dead end. Mark | > _o__) Pilgrim, 2006 | > Ben Finney You might also want to look at PEP 3152, which was just posted. John Roth
|
Pages: 1 Prev: urllib2 does not implement "with" Python 2.6 Next: Why can't I set sys.ps1 to a unicode string? |