Merged minor cleanups from 3.2.

This commit is contained in:
Łukasz Langa 2011-04-29 16:17:51 +02:00
commit 82710c594b
2 changed files with 1 additions and 3 deletions

View file

@ -1058,8 +1058,6 @@ class RawConfigParser(MutableMapping):
if not optname:
e = self._handle_error(e, fpname, lineno, line)
optname = self.optionxform(optname.rstrip())
if hasattr(self, '__ping__'):
import pdb; pdb.set_trace()
if (self._strict and
(sectname, optname) in elements_added):
raise DuplicateOptionError(sectname, optname,