Skip to content

Commit

Permalink
Moved the news items about C API topics down to the C API section.
Browse files Browse the repository at this point in the history
  • Loading branch information
malemburg committed Jul 31, 2001
1 parent 48dbfe9 commit d627791
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ Core
now use the Python warning framework (which makes it possible to
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
relatively new snprintf()/vsnprintf() C lib APIs. In contrast to
Expand All @@ -26,18 +38,6 @@ Core
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


What's New in Python 2.2a1?
===========================
Expand Down

0 comments on commit d627791

Please sign in to comment.