[issue5088] optparse: inconsistent default value for append actions

2009-01-28 Thread Fons Dijkstra
New submission from Fons Dijkstra f...@xs4all.nl: Although it is possible to specify a default value for an append action, either directly or through the set_default() function, it is not handled correctly when this default is overruled by the user. Take for example the following code

[issue5013] Problems with delay parm of logging.handlers.RotatingFileHandler

2009-01-20 Thread Fons Dijkstra
New submission from Fons Dijkstra f...@xs4all.nl: When you set the delay parameter of the logging.handlers.RotatingFileHandler.__init__() function to True, two things go wrong: 1) A previously set formatter is reset (to None) upon lazy creating the StreamHandler. That means in practice