Clone
Martijn Visser <mgvisser@gmail.com>
committed
on 01 Jun 18
SafeConfigParser is now ConfigParser
DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This ali… Show more
SafeConfigParser is now ConfigParser

DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This alias will be removed in future versions. Use ConfigParser directly instead.

Show less