New submission from Noah Kantrowitz :
If a prefix is passed to translate_pattern it will generate a pattern using the
unescaped output of os.path.join(). This is fine on *nix, but on Windows it
results in a pattern like r'build\.*', which matches any string starting with
"bui
New submission from Noah Kantrowitz <[EMAIL PROTECTED]>:
The normal ReST sidebar directive creates a div with the same class as the
HTML sidebar. This makes it not render its contents correctly. Perhaps the
default template/CSS should match on div#sphinxsidebar or similar?
--
as
Changes by Noah Kantrowitz <[EMAIL PROTECTED]>:
--
nosy: +coderanger
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2321>
__
___
Python-bugs