summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2003-07-25 01:09:40 (GMT)
committerBarry Warsaw <barry@python.org>2003-07-25 01:09:40 (GMT)
commit0517c9aea6d6271de75eacb83d9fa5bee5949d81 (patch)
tree5b520e3518adda1725cb3e3228bd9aa7cbff694f /Misc/NEWS
parentd1f46c8970b782875f168f3401232d82e485cf43 (diff)
downloadcpython-0517c9aea6d6271de75eacb83d9fa5bee5949d81.zip
cpython-0517c9aea6d6271de75eacb83d9fa5bee5949d81.tar.gz
cpython-0517c9aea6d6271de75eacb83d9fa5bee5949d81.tar.bz2
Updated news for 2.3c2.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS26
1 files changed, 25 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f418c73..b645b4e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,7 +13,7 @@ Core and builtins
-----------------
- It is now possible to import from zipfiles containing additional
- data bytes before the zip compatible archive. Zipfiles containing a
+ data bytes before the zip compatible archive. Zipfiles containing a
comment at the end are still unsupported.
Extension modules
@@ -28,15 +28,30 @@ Extension modules
caused an instance of the bound .read() method to be leaked on every
call.
+- Fixed some leaks in the locale module.
+
Library
-------
+- Lib/encodings/rot_13.py when used as a script, now more properly
+ uses the first Python interpreter on your path.
+
+- Removed caching of TimeRE (and thus LocaleTime) in _strptime.py to
+ fix a locale related bug in the test suite. Although another patch
+ was needed to actually fix the problem, the cache code was not
+ restored.
+
Tools/Demos
-----------
+- Calltips patches in IDLE.
+
Build
-----
+- For MacOSX, added -mno-fused-madd to BASECFLAGS to fix test_coercion
+ on Panther (OSX 10.3).
+
C API
-----
@@ -46,9 +61,18 @@ Windows
- The tempfile module could do insane imports on Windows if PYTHONCASEOK
was set, making temp file creation impossible. Repaired.
+- Add a patch to workaround pthread_sigmask() bugs in Cygwin.
+
Mac
---
+- Various fixes to pimp.
+
+- Scripts runs with pythonw no longer had full window manager access.
+
+- Don't force boot-disk-only install, for reasons unknown it causes
+ more problems than it solves.
+
What's New in Python 2.3 release candidate 1?
=============================================