Re: Proposed Modules, My Take
- From: Johan Dahlin <johan gnome org>
- To: Mark McLoughlin <markmc redhat com>
- Cc: Sean Middleditch <elanthis awesomeplay com>, Desktop Devel <desktop-devel-list gnome org>, Murray Cumming <murrayc murrayc com>
- Subject: Re: Proposed Modules, My Take
- Date: Wed, 19 Jan 2005 19:19:58 -0200
So, I'm using pygtk for the first time at the moment and I have to
admit that this whole conversation is just a bit bewildering to me...
You want me to put
#!/usr/bin/python2.3
No, don't do that.
Stick to #!/usr/bin/env python and in the very unlikely even that your
application break in (current_version+2, if you don't get any warnings,
it's guaranteed in current_version+1), fix the program, in the extremely
unlikely case that it's a non-backwards compatible change, check the
version in runtime.
If you're application gets popular, you'll most likely have people
testing it regulary with development versions of python and you'll even
find potential problems before new versions are released.
Johan
- References:
- Proposed Modules, My Take
- Re: Proposed Modules, My Take
- Re: Proposed Modules, My Take
- Re: Proposed Modules, My Take
- Re: Proposed Modules, My Take
- Re: Proposed Modules, My Take
- Re: Proposed Modules, My Take
- Re: Proposed Modules, My Take
- Re: Proposed Modules, My Take
- Re: Proposed Modules, My Take
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]