doodedoodedoo on the way to 2.4 final

This commit is contained in:
Anthony Baxter 2004-11-30 01:28:55 +00:00
parent 6e3fa2911d
commit e2648eeb14
2 changed files with 6 additions and 42 deletions

View file

@ -1,7 +1,7 @@
What's New in IDLE 1.1rc2?
=============================
What's New in IDLE 1.1?
=======================
*Release date: XX-NOV-2004*
*Release date: 30-NOV-2004*
- On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
stuck subprocess MainThread because only the SocketThread was exiting.

View file

@ -4,10 +4,10 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
What's New in Python 2.4 release candidate 2
=====================================================
What's New in Python 2.4 final?
===============================
*Release date: XX-NOV-2004*
*Release date: 30-NOV-2004*
Core and builtins
-----------------
@ -30,11 +30,6 @@ Core and builtins
aside, all bugs in all three reports are fixed now.
Extension Modules
-----------------
...
Library
-------
@ -71,37 +66,6 @@ C API
- The PyRange_New() function is deprecated.
Documentation
-------------
...
Tests
-----
...
Windows
-------
...
Mac
---
...
New platforms
-------------
...
Tools/Demos
-----------
...
What's New in Python 2.4 beta 2?
================================