[Moin-devel] bug in macro/Include.py (moin version 1.2.3)

Adrian Kubala adrian at sixfingeredman.net
Fri Sep 10 20:45:09 EDT 2004


Line 159 reads:
             inc_page.set_raw_body(body[from_pos:to_pos])

It should read:
             inc_page.set_raw_body(body[from_pos:to_pos], 1)

If you don't do this the from/to args are basically ignored and the whole 
page is always included.

(I'm not a list subscriber so please direct replies to my personal 
address. Thanks!)

Adrian




More information about the Moin-devel mailing list