Skip to content

Commit 899c9b8

Browse files
ZackerySpytzojwb
authored andcommitted
Modify some CHANGES entries that weren't written by me
[skip ci]
1 parent c9dcd0e commit 899c9b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Version 4.0.2 (8 Jun 2020)
2727
[D] #1593 Replace broken imports when using newer versions of D.
2828

2929
2020-05-29: ZackerySpytz
30-
[Python] #1716 Performance improvements converting strings when using Python >= 3.3.
30+
[Python] #1716 Performance improvements when converting strings when using Python >= 3.3.
3131

3232
2020-05-28: ZackerySpytz
3333
#1776 Quite dramatically decrease run times when generating very large interface files by changing
@@ -74,8 +74,8 @@ Version 4.0.2 (8 Jun 2020)
7474
[Ruby] #1651 Add std::auto_ptr<> typemaps.
7575

7676
2020-01-31: ZackerySpytz
77-
[Python] #1700 More robust error checking for failures in calls to Python C API:
78-
PyBytes_AsStringAndSize() and PyString_AsStringAndSize().
77+
[Python] #1700 The Python C API functions PyBytes_AsStringAndSize() and
78+
PyString_AsStringAndSize() are now checked for failure.
7979

8080
2020-01-31: vadz
8181
[Python] #1710 Fix crash parsing empty docstrings.

CHANGES.current

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,5 +1275,5 @@ Version 4.1.0 (24 Oct 2022)
12751275
#1843 [Python] Compilation error fix in SwigPyBuiltin_SetMetaType when using PyPy.
12761276

12771277
2020-06-14: ZackerySpytz
1278-
#1642 #1809 Fix virtual comparison operators in director classes - remove incorrect
1279-
space in the function name, for example, operator= = is now operator==.
1278+
#1642 #1809 Fix virtual comparison operators in director classes by removing an
1279+
incorrect space in the function name (for example, operator= = is now operator==).

0 commit comments

Comments
 (0)