File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,14 @@ by setting up a git repositery on github, hosted along with gccxml.
14
14
Version 1.7.2 (unreleased)
15
15
--------------------------
16
16
17
- 1. Fix exception in is_copy_constructor() when the constructor's argument was
18
- a typedef. is_copy_constructor() will now return False instead of failing.
17
+ 1. Fix exception in is_copy_constructor when the constructor's argument was
18
+ a typedef. is_copy_constructor will now return False instead of failing.
19
19
See issue #27.
20
20
21
+ 2. SafeConfigParser is throws a deprecation warning in python 3.2 and newer.
22
+ Use ConfigParser instead. Add support for cflags property in config files.
23
+ Thanks to Mark Moll for the patch.
24
+
21
25
Version 1.7.1
22
26
-------------
23
27
You can’t perform that action at this time.
0 commit comments