= The SearchInPagesAndSort macro = Download this link: [[attachment:SearchInPagesAndSort.py]] Instructions: see MacroMarket/SearchInPagesAndSort The macro: {{attachment:SearchInPagesAndSort.py}} = Comments = (write your feedback below, in the form: * @{{{DATE}}}@ / Name and e-mail address comments ) ### Old comments: ## Nice commented code, I really like this kind of comments for every part of the code. But there are some problems: ## * The macro is called !SearchInPages in the docstring and !SearchInPagesAndSort elsewhere - which is the right name? ## * Use of the string module - you can use 'string'.split() instead ## * There some try: with except: - this will catch any error, and can be hard to fix any bug when all errors are ignored ## ## -- NirSoffer [[DateTime(2004-07-09T20:24:37Z)]] ### New comments: