equal
deleted
inserted
replaced
182 "%Y", |
182 "%Y", |
183 "%Y-%m", |
183 "%Y-%m", |
184 "%b", |
184 "%b", |
185 "%b %Y", |
185 "%b %Y", |
186 ) |
186 ) |
187 |
|
188 class SignalInterrupt(Exception): |
|
189 """Exception raised on SIGTERM and SIGHUP.""" |
|
190 |
187 |
191 # differences from SafeConfigParser: |
188 # differences from SafeConfigParser: |
192 # - case-sensitive keys |
189 # - case-sensitive keys |
193 # - allows values that are not strings (this means that you may not |
190 # - allows values that are not strings (this means that you may not |
194 # be able to save the configuration to a file) |
191 # be able to save the configuration to a file) |