Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29712
| References | (4 earlier) <cc665e18-0821-47e9-b182-e825ff63bf75@googlegroups.com> <mailman.1009.1348235433.27098.python-list@python.org> <505c8dc1$0$29981$c3e8da3$5496439d@news.astraweb.com> <mailman.1026.1348249497.27098.python-list@python.org> <505d17a9$0$29981$c3e8da3$5496439d@news.astraweb.com> |
|---|---|
| Date | 2012-09-22 12:00 +1000 |
| Subject | Re: Does python have built command for package skeleton creation? |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1055.1348279217.27098.python-list@python.org> (permalink) |
On Sat, Sep 22, 2012 at 11:43 AM, Steven D'Aprano <steve+comp.lang.python@pearwood.info> wrote: > On Sat, 22 Sep 2012 03:44:55 +1000, Chris Angelico wrote: > >> On Sat, Sep 22, 2012 at 1:54 AM, Steven D'Aprano >> <steve+comp.lang.python@pearwood.info> wrote: >>> For a programming language with a lot of corporate use, Python already >>> seems like it changes at the drop of a hat. >> >> Hang on, you're conflating the language and its implementation. > > No I'm not. CPython is the reference implementation of Python the > language. There is no ISO standard for Python (nor is there likely to be > any time soon) so Python the language is more-or-less what CPython the > implementation does. True, though not entirely; there are plenty of CPython behaviours that aren't strictly specified, and other Pythons don't have to comply. >> Fortunately it's >> pretty easy to whip up your own Python straight from source and 'make >> altinstall' to keep things happily parallel. You want faster releases? >> You got 'em. > > But not faster than ≈18 months between minor releases. Not unless you > fork and do it yourself. Why wait for a release? Just build with whatever patches you want to build with. That's what I do with a lot of oddments of software. Well, actually, what I tend to do is simply build HEAD (or whatever hg calls it) as of when I want it, and update whenever I feel like it. :) ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Does python have built command for package skeleton creation? xliiv <tymoteusz.jankowski@gmail.com> - 2012-09-21 03:07 -0700
Re: Does python have built command for package skeleton creation? Tarek Ziadé <tarek@ziade.org> - 2012-09-21 13:08 +0200
Re: Does python have built command for package skeleton creation? xliiv <tymoteusz.jankowski@gmail.com> - 2012-09-21 05:14 -0700
Re: Does python have built command for package skeleton creation? Tarek Ziadé <tarek@ziade.org> - 2012-09-21 15:04 +0200
Re: Does python have built command for package skeleton creation? xliiv <tymoteusz.jankowski@gmail.com> - 2012-09-21 06:13 -0700
Re: Does python have built command for package skeleton creation? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-21 14:50 +0100
Re: Does python have built command for package skeleton creation? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-21 15:54 +0000
Re: Does python have built command for package skeleton creation? Dave Angel <d@davea.name> - 2012-09-21 13:26 -0400
Re: Does python have built command for package skeleton creation? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-21 17:31 +0000
Re: Does python have built command for package skeleton creation? Chris Angelico <rosuav@gmail.com> - 2012-09-22 03:44 +1000
Re: Does python have built command for package skeleton creation? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-22 01:43 +0000
Re: Does python have built command for package skeleton creation? Chris Angelico <rosuav@gmail.com> - 2012-09-22 12:00 +1000
Re: Does python have built command for package skeleton creation? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-09-21 16:04 -0400
Re: Does python have built command for package skeleton creation? xliiv <tymoteusz.jankowski@gmail.com> - 2012-09-21 06:13 -0700
Re: Does python have built command for package skeleton creation? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-24 11:54 -0700
Re: Does python have built command for package skeleton creation? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-24 11:54 -0700
Re: Does python have built command for package skeleton creation? alex23 <wuwei23@gmail.com> - 2012-09-23 20:59 -0700
Re: Does python have built command for package skeleton creation? Terry Reedy <tjreedy@udel.edu> - 2012-09-24 00:28 -0400
Re: Does python have built command for package skeleton creation? alex23 <wuwei23@gmail.com> - 2012-09-23 22:00 -0700
Re: Does python have built command for package skeleton creation? Ramchandra Apte <maniandram01@gmail.com> - 2012-09-23 22:33 -0700
Re: Does python have built command for package skeleton creation? Ramchandra Apte <maniandram01@gmail.com> - 2012-09-23 22:33 -0700
Re: Does python have built command for package skeleton creation? xliiv <tymoteusz.jankowski@gmail.com> - 2012-09-21 05:14 -0700
csiph-web