Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cecd9e0 commit 888fac0Copy full SHA for 888fac0
1 file changed
Misc/NEWS
@@ -8,6 +8,17 @@ Tests
8
9
Core
10
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
22
Library
23
24
- New function xml.sax.saxutils.quoteattr(): Quote an XML attribute
0 commit comments