Commit 5cada6cc authored by Stefan Behnel's avatar Stefan Behnel

enable cdivision switch for 0.12

parent 88fbaece
...@@ -61,7 +61,7 @@ option_defaults = { ...@@ -61,7 +61,7 @@ option_defaults = {
'embedsignature' : False, 'embedsignature' : False,
'locals' : {}, 'locals' : {},
'auto_cpdef': False, 'auto_cpdef': False,
'cdivision': True, # Will be False in 0.12 'cdivision': False, # was True before 0.12
'cdivision_warnings': False, 'cdivision_warnings': False,
'always_allow_keywords': False, 'always_allow_keywords': False,
'wraparound' : True, 'wraparound' : True,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment