[Python-checkins] CVS: python/dist/src/Misc NEWS,1.189.2.2,1.189.2.3

Tim Peters tim_one@users.sourceforge.net
Fri, 20 Jul 2001 23:07:15 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv27169/descr/dist/src/Misc

Modified Files:
      Tag: descr-branch
	NEWS 
Log Message:
Merge of trunk delta date2001-07-17b to date2001-07-21.  See PLAN.txt.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.189.2.2
retrieving revision 1.189.2.3
diff -C2 -r1.189.2.2 -r1.189.2.3
*** NEWS	2001/07/18 04:13:56	1.189.2.2
--- NEWS	2001/07/21 06:07:13	1.189.2.3
***************
*** 1,2 ****
--- 1,19 ----
+ What's New in Python 2.2a2?
+ ===========================
+ 
+ Tests
+ 
+ - Several new tests in the standard test suite, with special thanks to
+   Nick Mathewson.
+ 
+ Core
+ 
+ Library
+ 
+ New platforms
+ 
+ C API
+ 
+ 
  What's New in Python 2.2a1?
  ===========================
***************
*** 160,163 ****
--- 177,188 ----
  
  Library
+ 
+ - The constants ascii_letters, ascii_lowercase. and ascii_uppercase
+   were added to the string module.  These a locale-indenpendent
+   constants, unlike letters, lowercase, and uppercase.  These are now
+   use in appropriate locations in the standard library.
+ 
+ - The flags used in dlopen calls can now be configured using
+   sys.setdlopenflags and queried using sys.getdlopenflags.
  
  - Fredrik Lundh's xmlrpclib is now a standard library module.  This