Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 888fac0

Browse files
committed
Add news items.
1 parent cecd9e0 commit 888fac0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ Tests
88

99
Core
1010

11+
- Warnings about a mismatch in the Python API during extension import
12+
now use the Python warning framework (which makes it possible to
13+
write filters for these warnings).
14+
15+
- Two new APIs PyOS_snprintf() and PyOS_vsnprintf() were added
16+
which provide a cross-platform implementations for the
17+
relatively new snprintf()/vsnprintf() C lib APIs. In contrast to
18+
the standard sprintf() and vsprintf() C lib APIs, these versions
19+
apply bounds checking on the used buffer which enhances protection
20+
against buffer overruns.
21+
1122
Library
1223

1324
- New function xml.sax.saxutils.quoteattr(): Quote an XML attribute

0 commit comments

Comments
 (0)