473,405 Members | 2,444 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

RELEASED Python 2.3.2 (final)

On behalf of the Python development team and the Python community, I'm
happy to announce the release of Python 2.3.2 (final).

Python 2.3.2 is a bug-fix release, to repair a couple of build problems
and packaging errors in Python 2.3.1.

For more information on Python 2.3.2, including download links for
various platforms, release notes, and known issues, please see:

http://www.python.org/2.3.2

Highlights of this new release include:

- A bug in autoconf that broke building on HP/UX systems is fixed.

- A bug in the Python configure script that meant os.fsync() was
never available is fixed.

Highlights of the previous major Python release (2.3) are available
from the Python 2.3 page, at

http://www.python.org/2.3/highlights.html

Many apologies for the flaws in 2.3.1 release. Hopefully the new
release procedures should stop this happening again.

Enjoy the new release,
Anthony

Anthony Baxter
an*****@python.org
Python 2.3.2 Release Manager
(on behalf of the entire python-dev team)

Jul 18 '05 #1
5 1319
Anthony Baxter wrote:
On behalf of the Python development team and the Python community, I'm
happy to announce the release of Python 2.3.2 (final).


Cool!

There's a question I don't see answered in the release notes: On Windows,
what's the recommended procedure for upgrading from 2.3 or 2.3.1 to 2.3.2?
Should I uninstall the old version first, or just install the new one right
on top of it? What about other packages like win32all and ctypes? Uninstall
them and reinstall after upgrading Python, or leave them alone?

Thanks!

-Mike
Jul 18 '05 #2
Michael Geary wrote:
Anthony Baxter wrote:
On behalf of the Python development team and the Python community, I'm
happy to announce the release of Python 2.3.2 (final).

Cool!

There's a question I don't see answered in the release notes: On Windows,
what's the recommended procedure for upgrading from 2.3 or 2.3.1 to 2.3.2?
Should I uninstall the old version first, or just install the new one right
on top of it? What about other packages like win32all and ctypes? Uninstall
them and reinstall after upgrading Python, or leave them alone?

Thanks!

-Mike

I've found it satisfactory to install the new version on top of the old
one. The only problem is that, each time, I have to tell the installer
that I've chosen to install to C:\Program Files\Python23 - the installer
doesn't grab this information from the registry.

Colin W,

Jul 18 '05 #3
"Michael Geary" <Mi**@DeleteThis.Geary.com> writes:
Anthony Baxter wrote:
On behalf of the Python development team and the Python community, I'm
happy to announce the release of Python 2.3.2 (final).
Cool!

There's a question I don't see answered in the release notes: On Windows,
what's the recommended procedure for upgrading from 2.3 or 2.3.1 to 2.3.2?
Should I uninstall the old version first, or just install the new one right
on top of it?


Pass (Windows? What's that? :-)
What about other packages like win32all and ctypes? Uninstall them
and reinstall after upgrading Python, or leave them alone?


In general, there should be binary compatibility between versions
A.B.C and A.B.D, so they *should* be fine. Once again, there may be
some windows specific details that make a difference, but I don't
think so.

Cheers,
mwh

--
Every day I send overnight packages filled with rabid weasels to
people who use frames for no good reason.
-- The Usenet Oracle, Oracularity #1017-1
Jul 18 '05 #4
Michael Geary wrote:

Anthony Baxter wrote:
On behalf of the Python development team and the Python community, I'm
happy to announce the release of Python 2.3.2 (final).


Cool!

There's a question I don't see answered in the release notes: On Windows,
what's the recommended procedure for upgrading from 2.3 or 2.3.1 to 2.3.2?
Should I uninstall the old version first, or just install the new one right
on top of it? What about other packages like win32all and ctypes? Uninstall
them and reinstall after upgrading Python, or leave them alone?


Try it and let us know :-). But to reassure you somewhat: the various
extensions will generally install themselves quietly under lib/site-packages
and even win32all, which tweaks the registry a bit, shouldn't be disturbed
by having a maintenance release installed over top.

Nevertheless, I think the various licenses and such say you're entirely
on your own as far as possible damage to your computer and I'm not
going to provide a better guarantee than that. :-)

-Peter
Jul 18 '05 #5
In article <vn************@corp.supernews.com>, Michael Geary wrote:
Anthony Baxter wrote:
On behalf of the Python development team and the Python community, I'm
happy to announce the release of Python 2.3.2 (final).
Cool!

There's a question I don't see answered in the release notes: On Windows,
what's the recommended procedure for upgrading from 2.3 or 2.3.1 to 2.3.2?

Should I uninstall the old version first,


Tim Peters seems to thinks so and he should know ;-)

Mind the wrap:

http://groups.google.com/groups?hl=en&lr=&ie=UTF-8
&selm=mailman.1056228855.20871.python-list%40python.org

PterK

--
Peter van Kampen
pterk -- at -- datatailors.com
Jul 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.5 (release candidate 1). Python 2.3.5 is a bug-fix release. See the release...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.5 (final). Python 2.3.5 is a bug-fix release. See the release notes at the...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the first BETA release of Python 2.5. This is an *beta* release of Python 2.5. As such, it is not...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the second BETA release of Python 2.5. This is an *beta* release of Python 2.5. As such, it is not...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the third BETA release of Python 2.5. This is an *beta* release of Python 2.5. As such, it is not...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the first RELEASE CANDIDATE of Python 2.5. This is not yet the final release - it is not suitable for...
4
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the second RELEASE CANDIDATE of Python 2.5. After the first release candidate a number of new bugfixes...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm announcing the release of Python 2.3.6 (release candidate 1). Python 2.3.6 is a security bug-fix release. While Python 2.5...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.6 (FINAL). Python 2.3.6 is a security bug-fix release. While Python 2.5 is the...
0
by: Guido van Rossum | last post by:
python-list@python.org] The first Python 3000 release is out -- Python 3.0a1. Be the first one on your block to download it! http://python.org/download/releases/3.0/ Excerpts: Python...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.