[Python-checkins] python/dist/src/Misc NEWS,1.593,1.594
goodger@users.sourceforge.net
goodger@users.sourceforge.net
2003年1月02日 19:30:23 -0800
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv29613
Modified Files:
NEWS
Log Message:
Fixed markup.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.593
retrieving revision 1.594
diff -C2 -d -r1.593 -r1.594
*** NEWS 2 Jan 2003 21:28:07 -0000 1.593
--- NEWS 3 Jan 2003 03:30:21 -0000 1.594
***************
*** 8,12 ****
=================================
! *Release date: XX-XXX-2003
Core and builtins
--- 8,12 ----
=================================
! *Release date: XX-XXX-2003*
Core and builtins
***************
*** 39,45 ****
--- 39,49 ----
-------
+ TBD
+
Tools/Demos
-----------
+ TBD
+
Build
-----
***************
*** 66,75 ****
--- 70,85 ----
-----
+ TBD
+
New platforms
-------------
+ TBD
+
Tests
-----
+ TBD
+
Windows
-------
***************
*** 81,84 ****
--- 91,96 ----
---
+ TBD
+
What's New in Python 2.3 alpha 1?
***************
*** 99,103 ****
- int() now returns a long object if the argument is outside the
! integer range, so int("4"*1000), int(1e200) and int(1L<<1000) will
all return long objects instead of raising an OverflowError.
--- 111,115 ----
- int() now returns a long object if the argument is outside the
! integer range, so int("4" * 1000), int(1e200) and int(1L<<1000) will
all return long objects instead of raising an OverflowError.
***************
*** 802,808 ****
honored, and so unicode conversion error handling can be specified.
! - distutils' build_ext command now links c++ extensions with the c++
compiler available in the Makefile or CXX environment variable, if
! running under *nix.
- New module bz2: provides a comprehensive interface for the bz2 compression
--- 814,820 ----
honored, and so unicode conversion error handling can be specified.
! - distutils' build_ext command now links C++ extensions with the C++
compiler available in the Makefile or CXX environment variable, if
! running under \*nix.
- New module bz2: provides a comprehensive interface for the bz2 compression
***************
*** 810,814 ****
functions, and types for sequential (de)compression.
! - New pdb command `pp' which is like `p' except that it pretty-prints
the value of its expression argument.
--- 822,826 ----
functions, and types for sequential (de)compression.
! - New pdb command 'pp' which is like 'p' except that it pretty-prints
the value of its expression argument.
***************
*** 1937,1943 ****
Tool to a standard library package. (Tools/compiler still exists as
a sample driver.)
-
- Tools
- -----
Build
--- 1949,1952 ----