Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86438 > unrolled thread

Re: no patch for Python 3.4.2 ?

Started byChris Angelico <rosuav@gmail.com>
First post2015-02-26 07:21 +1100
Last post2015-02-26 07:21 +1100
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.


Contents

  Re: no patch for Python 3.4.2 ? Chris Angelico <rosuav@gmail.com> - 2015-02-26 07:21 +1100

#86438 — Re: no patch for Python 3.4.2 ?

FromChris Angelico <rosuav@gmail.com>
Date2015-02-26 07:21 +1100
SubjectRe: no patch for Python 3.4.2 ?
Message-ID<mailman.19214.1424895682.18130.python-list@python.org>
On Thu, Feb 26, 2015 at 5:19 AM, Blaxton
<blaxxton@yahoo.com.dmarc.invalid> wrote:
> I don't see any file named patch* in Python 3.4.2 source file.
> does this mean there is no patch available for this release ?

Not sure what you mean. Are you looking for a single massive patch
which updates your 3.4.1 source code to 3.4.2? Or are you looking for
a patch which updates your binary? The first isn't necessary; you
simply get all the sources for 3.4.2, and that way, you don't have to
worry about exactly _what_ you're upgrading from. The second is
virtually impossible, because we can't know what your binary is. It's
much safer to compile fresh from source.

If you're using a package manager to install Python, try to use the
package manager to upgrade, too. That's the cleanest way to get the
latest - if it's possible. If it isn't, building from source is
usually the best option on Linux; on Windows, you'll probably find
that it's easier to download the .msi installer and use that.

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web