From: SourceForge.net <no...@so...> - 2005-02-15 17:20:20
|
Patches item #1039985, was opened at 2004-10-04 19:15 Message generated for change (Comment added) made by phd You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447267&aid=1039985&group_id=46757 Category: None Group: None >Status: Deleted >Resolution: Wont Fix Priority: 5 Submitted By: Oleg Broytmann (phd) Assigned to: Nobody/Anonymous (nobody) Summary: A patch to make __private names _no_so_private Initial Comment: The patch makes private names no so private. It renames almost all __vars to_vars (with some exception, most notably LinkFixer, because there are rootdir/relthis/myurl accessors), and all __method_names to _method_names. I need this because I want to override Skeleton._do_head() and so on but I can't - they are overprotected. ---------------------------------------------------------------------- >Comment By: Oleg Broytmann (phd) Date: 2005-02-15 20:20 Message: Logged In: YES user_id=4799 I've stopped using ht2html. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447267&aid=1039985&group_id=46757 |