Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86438
| References | <2075028787.7051571.1424888358342.JavaMail.yahoo@mail.yahoo.com> |
|---|---|
| Date | 2015-02-26 07:21 +1100 |
| Subject | Re: no patch for Python 3.4.2 ? |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.19214.1424895682.18130.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: no patch for Python 3.4.2 ? Chris Angelico <rosuav@gmail.com> - 2015-02-26 07:21 +1100
csiph-web