mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Updated news for 2.3c2.
This commit is contained in:
parent
d1f46c8970
commit
0517c9aea6
1 changed files with 25 additions and 1 deletions
24
Misc/NEWS
24
Misc/NEWS
|
@ -28,15 +28,30 @@ Extension modules
|
||||||
caused an instance of the bound .read() method to be leaked on every
|
caused an instance of the bound .read() method to be leaked on every
|
||||||
call.
|
call.
|
||||||
|
|
||||||
|
- Fixed some leaks in the locale module.
|
||||||
|
|
||||||
Library
|
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
|
Tools/Demos
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
- Calltips patches in IDLE.
|
||||||
|
|
||||||
Build
|
Build
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
- For MacOSX, added -mno-fused-madd to BASECFLAGS to fix test_coercion
|
||||||
|
on Panther (OSX 10.3).
|
||||||
|
|
||||||
C API
|
C API
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -46,9 +61,18 @@ Windows
|
||||||
- The tempfile module could do insane imports on Windows if PYTHONCASEOK
|
- The tempfile module could do insane imports on Windows if PYTHONCASEOK
|
||||||
was set, making temp file creation impossible. Repaired.
|
was set, making temp file creation impossible. Repaired.
|
||||||
|
|
||||||
|
- Add a patch to workaround pthread_sigmask() bugs in Cygwin.
|
||||||
|
|
||||||
Mac
|
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?
|
What's New in Python 2.3 release candidate 1?
|
||||||
=============================================
|
=============================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue