Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38969 > unrolled thread
| Started by | Ned Deily <nad@acm.org> |
|---|---|
| First post | 2013-02-15 15:06 -0800 |
| Last post | 2013-02-15 15:06 -0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: multiple 2.7.3 versions? Ned Deily <nad@acm.org> - 2013-02-15 15:06 -0800
| From | Ned Deily <nad@acm.org> |
|---|---|
| Date | 2013-02-15 15:06 -0800 |
| Subject | Re: multiple 2.7.3 versions? |
| Message-ID | <mailman.1854.1360969604.2939.python-list@python.org> |
In article <kfmdu8$iim$1@ger.gmane.org>, Terry Reedy <tjreedy@udel.edu> wrote: > On 2/15/2013 5:53 AM, Robin Becker wrote: > > On > > all the other machines I have access to I'm seeing something similar to > > this > > >> Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit > >> (Intel)] on win32 > > Notice the date again -- the original release date of 2.7.3. FYI - the date is a build date; it doesn't tell you much about the source code base used for that Python build. The tag to the left of it *may* tell you something, for example, if the build is made from an hg checkout or if the build is from an official tagged source tarball. In this case, "default" doesn't tell much. But if it had the hg rev used for the checkout, you have some indication of what it contains. The official rev tags for each release are available here: http://hg.python.org/cpython/tags -- Ned Deily, nad@acm.org
Back to top | Article view | comp.lang.python
csiph-web