Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #2356 > unrolled thread
| Started by | Tim <jtim.arnold@gmail.com> |
|---|---|
| First post | 2011-04-01 07:25 -0700 |
| Last post | 2011-04-01 16:49 +0100 |
| Articles | 4 — 2 participants |
Back to article view | Back to comp.lang.python
python2.7.1 freebsd development version Tim <jtim.arnold@gmail.com> - 2011-04-01 07:25 -0700
Re: python2.7.1 freebsd development version Tim Golden <mail@timgolden.me.uk> - 2011-04-01 15:55 +0100
Re: python2.7.1 freebsd development version Tim <jtim.arnold@gmail.com> - 2011-04-01 08:34 -0700
Re: python2.7.1 freebsd development version Tim Golden <mail@timgolden.me.uk> - 2011-04-01 16:49 +0100
| From | Tim <jtim.arnold@gmail.com> |
|---|---|
| Date | 2011-04-01 07:25 -0700 |
| Subject | python2.7.1 freebsd development version |
| Message-ID | <879683e0-d002-41b1-8400-f58d096a699d@f18g2000yqd.googlegroups.com> |
hi, I can't seem to find the development version of python2.7.1; maybe there isn't one any longer, but according to this post, there was a bug in the configure script that affects freebsd machines; the patch to fix it was made, but I think I'm not picking that fix up. http://bugs.python.org/file19836/freebsd_ldshared.patch Where should I look for the updated version? thanks, --Tim Arnold
[toc] | [next] | [standalone]
| From | Tim Golden <mail@timgolden.me.uk> |
|---|---|
| Date | 2011-04-01 15:55 +0100 |
| Message-ID | <mailman.76.1301669756.2990.python-list@python.org> |
| In reply to | #2356 |
On 01/04/2011 15:25, Tim wrote: > hi, > I can't seem to find the development version of python2.7.1; maybe > there isn't one any longer, but according to this post, there was a > bug in the configure script that affects freebsd machines; the patch > to fix it was made, but I think I'm not picking that fix up. > http://bugs.python.org/file19836/freebsd_ldshared.patch > > Where should I look for the updated version? This is the Mercurial repo: http://hg.python.org/cpython/ Look for the 2.7 named branch which tracks 2.7.x development TJG
[toc] | [prev] | [next] | [standalone]
| From | Tim <jtim.arnold@gmail.com> |
|---|---|
| Date | 2011-04-01 08:34 -0700 |
| Message-ID | <28d89f62-79e4-4bb3-854d-905a6f66bdef@dr5g2000vbb.googlegroups.com> |
| In reply to | #2358 |
On Apr 1, 10:55 am, Tim Golden <m...@timgolden.me.uk> wrote: > On 01/04/2011 15:25, Tim wrote: > > > hi, > > I can't seem to find the development version of python2.7.1; maybe > > there isn't one any longer, but according to this post, there was a > > bug in the configure script that affects freebsd machines; the patch > > to fix it was made, but I think I'm not picking that fix up. > >http://bugs.python.org/file19836/freebsd_ldshared.patch > > > Where should I look for the updated version? > > This is the Mercurial repo: > > http://hg.python.org/cpython/ > > Look for the 2.7 named branch which tracks 2.7.x development > > TJG hi Tim, thanks -- just what I was looking for, just couldn't find it on my own at all! --T
[toc] | [prev] | [next] | [standalone]
| From | Tim Golden <mail@timgolden.me.uk> |
|---|---|
| Date | 2011-04-01 16:49 +0100 |
| Message-ID | <mailman.81.1301672963.2990.python-list@python.org> |
| In reply to | #2365 |
On 01/04/2011 16:34, Tim wrote: > On Apr 1, 10:55 am, Tim Golden<m...@timgolden.me.uk> wrote: >> On 01/04/2011 15:25, Tim wrote: >> >>> hi, >>> I can't seem to find the development version of python2.7.1; maybe >>> there isn't one any longer, but according to this post, there was a >>> bug in the configure script that affects freebsd machines; the patch >>> to fix it was made, but I think I'm not picking that fix up. >>> http://bugs.python.org/file19836/freebsd_ldshared.patch >> >>> Where should I look for the updated version? >> >> This is the Mercurial repo: >> >> http://hg.python.org/cpython/ >> >> Look for the 2.7 named branch which tracks 2.7.x development >> >> TJG > > hi Tim, thanks -- just what I was looking for, just couldn't find it > on my own at all! This is probably the best starting point (recently published): http://docs.python.org/devguide/ (first hit for: Python development) Look down that page is "Source code" TJG
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web