[Python-checkins] CVS: python/dist/src/Misc NEWS,1.198,1.199

M.-A. Lemburg lemburg@users.sourceforge.net
Tue, 31 Jul 2001 07:42:45 -0700


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

Modified Files:
	NEWS 
Log Message:
Moved the news items about C API topics down to the C API section.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.198
retrieving revision 1.199
diff -C2 -d -r1.198 -r1.199
*** NEWS	2001/07/31 14:37:40	1.198
--- NEWS	2001/07/31 14:42:42	1.199
***************
*** 13,16 ****
--- 13,28 ----
    write filters for these warnings).
  
+ Library
+ 
+ - New function xml.sax.saxutils.quoteattr():  Quote an XML attribute
+   value using the minimal quoting required for the value; more
+   reliable than using xml.sax.saxutils.escape() for attribute values.
+ 
+ - Readline completion support for cmd.Cmd was added.
+ 
+ New platforms
+ 
+ C API
+ 
  - Two new APIs PyOS_snprintf() and PyOS_vsnprintf() were added
    which provide a cross-platform implementations for the
***************
*** 26,41 ****
    sure to check the Unicode width compatibility in their extensions by
    using at least one of the mangled Unicode APIs in the extension.
- 
- Library
- 
- - New function xml.sax.saxutils.quoteattr():  Quote an XML attribute
-   value using the minimal quoting required for the value; more
-   reliable than using xml.sax.saxutils.escape() for attribute values.
- 
- - Readline completion support for cmd.Cmd was added.
- 
- New platforms
- 
- C API
  
  
--- 38,41 ----