GzipFile as a Context manager

2008-11-19 Thread Mikolai Fajer
7;) If there is no reason to avoid this behavior should I submit a bug report and a subsequent patch? Thanks! -- -Mikolai Fajer- -- http://mail.python.org/mailman/listinfo/python-list

Re: design pattern: MVC in python

2008-09-27 Thread Mikolai Fajer
The following link directly discusses using MVC and pygame. http://ezide.com/games/writing-games.html -- -Mikolai Fajer- -- http://mail.python.org/mailman/listinfo/python-list

Abstract Base Class register function

2008-09-27 Thread Mikolai Fajer
. It would be a fairly simple modification to have this work: def register(cls, subclass): """Register a virtual subclass of an ABC.""" ... etc ... return subclass What do people think of this behavior? -- -Mikolai Fajer- -- http