[issue10146] Incorrect regex generation in translate_pattern

2010-10-19 Thread Noah Kantrowitz

New submission from Noah Kantrowitz noah+bugs.python@coderanger.net:

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 
build (in my case, buildout.cfg). Escaping the separator fixes this (patch 
attached).

--
assignee: tarek
components: Distutils
files: filelist.diff
keywords: patch
messages: 119159
nosy: coderanger, eric.araujo, tarek
priority: normal
severity: normal
status: open
title: Incorrect regex generation in translate_pattern
type: behavior
versions: Python 2.6, Python 2.7, Python 3.1
Added file: http://bugs.python.org/file19287/filelist.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10146
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2852] sidebar directive fails

2008-05-14 Thread Noah Kantrowitz

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?

--
assignee: georg.brandl
components: Documentation tools (Sphinx)
messages: 66821
nosy: coderanger, georg.brandl
severity: normal
status: open
title: sidebar directive fails
type: feature request

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2852
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2321] return more memory from unicode objects to system

2008-03-17 Thread Noah Kantrowitz

Changes by Noah Kantrowitz [EMAIL PROTECTED]:


--
nosy: +coderanger

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2321
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com