From: SourceForge.net <no...@so...> - 2005-02-15 17:52:24
|
Patches item #1039985, was opened at 2004-10-04 11:15 Message generated for change (Comment added) made by fdrake You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447267&aid=1039985&group_id=46757 Category: None Group: None >Status: Open >Resolution: None Priority: 5 Submitted By: Oleg Broytmann (phd) Assigned to: Nobody/Anonymous (nobody) >Summary: A patch to make __private names _not_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: Fred L. Drake, Jr. (fdrake) Date: 2005-02-15 12:52 Message: Logged In: YES user_id=3066 Un-deleting and re-opening; we don't normally "delete" closed items, and this is a good idea. Fixed typo in summary. ---------------------------------------------------------------------- Comment By: Oleg Broytmann (phd) Date: 2005-02-15 12: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 |