Archive for April, 2011

very good reference of the usage of regular expressions in VIM: http://www.softpanorama.org/Editors/Vimorama/vim_regular_expressions.shtml


often using logging.basicConfig is useless because if the logging module is already configured upfront by one of the imported libraries this is ignored. The solution is to set the level directly in the root logger: logging.root.level = logging.DEBUG



Follow

Get every new post delivered to your Inbox.