With the new headline anchor middleware all html headlines would be converted into a human readable, url safe anchor. Every anchor is a permalink to the page. So you can easy copy&paste the links for several use.
We use a simple regular expression to find all headlines in the html page content. The RE only matches on headlines without any attributes. So if a headline has a CSS "id" or "class" attribute it will be ignored ;)
If you will deactivate this completely, you can easy comment the middleware entry ('PyLucid.middlewares.headline_anchor.HeadlineAnchor') in settings.MIDDLEWARE_CLASSES.
example: