[ZCM] [ZC] 2259/ 1 Request "reStructuredText package makes it impossible to override settings"
"Collector: Zope Bugs, Features, and Patches ..." <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel.collector-monitor |
|---|---|
| Message-ID | <[email protected]> |
Issue #2259 Update (Request) "reStructuredText package makes it impossible to override settings" Status Pending, Zope/bug+solution medium To followup, visit: http://www.zope.org/Collectors/Zope/2259 ============================================================== = Request - Entry #1 by wrstlprmpft on Jan 7, 2007 5:10 am Uploaded: "zoperest-honourusersettings.patch" - http://www.zope.org/Collectors/Zope/2259/zoperest-honourusersettings.patch/view The reStructuredText package in Zope is overzealous to impose its settings dict on rendering docutils-restructuredtext. Attached is a patch that honours all of the settings dict passed in by users. Instead of copying the settings dict first, it uses it to update a new dict, after adding overridable settings and before adding settings based on the keyword parameters. ==============================================================