Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Python version and svn

Reply
Thread Tools

Python version and svn

 
 
Aung Thet Naing
Guest
Posts: n/a
 
      12-13-2012
I'm wondering how I can match the svn versions in bug.python.org to Python version (2.7.3) etc? When I downloaded Python source from http://www.python.org/download/, I cannot really see the svn version.

Thanks

Aung.
 
Reply With Quote
 
 
 
 
Terry Reedy
Guest
Posts: n/a
 
      12-13-2012
On 12/13/2012 4:41 PM, Aung Thet Naing wrote:
> I'm wondering how I can match the svn versions in bug.python.org to
> Python version (2.7.3) etc? When I downloaded Python source from
> http://www.python.org/download/, I cannot really see the svn
> version.


I do not know what you mean by svn version. In any case, Python
development was moved from svn to hg in March, 2011, before all current
releases, so I am sure they do not have such.

--
Terry Jan Reedy

 
Reply With Quote
 
 
 
 
Ned Deily
Guest
Posts: n/a
 
      12-13-2012
In article <kadjhi$kq$>, Terry Reedy <>
wrote:
> On 12/13/2012 4:41 PM, Aung Thet Naing wrote:
> > I'm wondering how I can match the svn versions in bug.python.org to
> > Python version (2.7.3) etc? When I downloaded Python source from
> > http://www.python.org/download/, I cannot really see the svn
> > version.

> I do not know what you mean by svn version. In any case, Python
> development was moved from svn to hg in March, 2011, before all current
> releases, so I am sure they do not have such.


In particular, the python.org source downloads (tar, bz2, etc) are just
extracted source files of a particular snapshot in time with no version
information.

You can browse the hg repository on the web. To browse by tags that
correspond to releases:

http://hg.python.org/cpython/tags

To browse the current top of each of the development branches:

http://hg.python.org/cpython/branches

Clicking on a change set id in a particular message in a bugs.python.org
message should open a web page with the details of that change set.

Or you can use hg (http://mercurial.selenic.com) to download your own
copy of the source repository which will contain the complete source
history of all branches:

hg clone http://hg.python.org/cpython

More details here: http://docs.python.org/devguide/

--
Ned Deily,


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
getting svn tag in version Andrea Crotti Python 1 11-25-2011 02:11 PM
Re: Where to get stand alone Dot Net Framework version 1.1, version2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? MowGreen [MVP] ASP .Net 5 02-09-2008 01:55 AM
Re: Where to get stand alone Dot Net Framework version 1.1, version 2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? PA Bear [MS MVP] ASP .Net 0 02-05-2008 03:28 AM
Re: Where to get stand alone Dot Net Framework version 1.1, version 2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? V Green ASP .Net 0 02-05-2008 02:45 AM
get svn version Alessandro Rossi Java 7 06-07-2005 08:39 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57