summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-01-01 09:51:12 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-01-01 09:51:12 (GMT)
commit14e73b186414d6e67cad9924ad72fab1a7d70861 (patch)
tree4989e166bf359950f0f0d3960175e241840aeadf /Misc
parent33fb554a135720783efb18bb3b3ae382e03ea0d4 (diff)
downloadcpython-14e73b186414d6e67cad9924ad72fab1a7d70861.zip
cpython-14e73b186414d6e67cad9924ad72fab1a7d70861.tar.gz
cpython-14e73b186414d6e67cad9924ad72fab1a7d70861.tar.bz2
Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS38
1 files changed, 38 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6a7c30d..e49f17e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,44 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
+What's New in Python 2.3 alpha 2?
+=================================
+
+*Release date: XX-XXX-2003
+
+Core and builtins
+-----------------
+
+Extension modules
+-----------------
+
+- fcntl now exposes the strops.h I_* constants.
+
+Library
+-------
+
+Tools/Demos
+-----------
+
+Build
+-----
+
+C API
+-----
+
+New platforms
+-------------
+
+Tests
+-----
+
+Windows
+-------
+
+Mac
+---
+
+
What's New in Python 2.3 alpha 1?
=================================