diff options
author | Guido van Rossum <guido@python.org> | 2003-02-19 18:18:47 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-02-19 18:18:47 (GMT) |
commit | 22e2f73d91681f875f28a42b6d65533a2955ecbd (patch) | |
tree | 42ba9f183be2a861bcabe1cb1d2ac6ed260b9b5b /Misc | |
parent | b76bdf8ef7044145efb0bc74d513c867d29af4d1 (diff) | |
download | cpython-22e2f73d91681f875f28a42b6d65533a2955ecbd.zip cpython-22e2f73d91681f875f28a42b6d65533a2955ecbd.tar.gz cpython-22e2f73d91681f875f28a42b6d65533a2955ecbd.tar.bz2 |
Update versions/dates for release of 2.3a2. Added some last-minute news.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -7,7 +7,7 @@ Python News What's New in Python 2.3 alpha 2? ================================= -*Release date: XX-XXX-2003* +*Release date: 19-Feb-2003* Core and builtins ----------------- @@ -346,20 +346,18 @@ C API 'B', 'h', 'H', 'i', and 'l' codes). Future versions of Python will raise a TypeError. - -New platforms -------------- - -TBD - Tests ----- -TBD +- Several tests weren't being run. Now they are. Windows ------- +- The timeout code for socket connect() didn't work right; this has + now been fixed. test_timeout.py should pass (at least most of the + time). + - distutils' msvccompiler class now passes the preprocessor options to the resource compiler. See SF patch #669198. |