Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 162200 Details for
Bug 233816
use.local.desc is b0rkened wrt whitespace
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for use_desc_gen.diff
use_desc_gen.diff (text/plain), 499 bytes, created by
Ulrich Müller
on 2008-08-04 14:22:29 UTC
(
hide
)
Description:
Patch for use_desc_gen.diff
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2008-08-04 14:22:29 UTC
Size:
499 bytes
patch
obsolete
>--- use_desc_gen.py~ 2008-08-04 15:52:22.000000000 +0200 >+++ use_desc_gen.py 2008-08-04 15:51:45.000000000 +0200 >@@ -20,6 +20,7 @@ > import logging > import optparse > import os >+import re > import sys > > from xml.dom import minidom >@@ -87,8 +88,8 @@ > children = 0 > data = node.nodeValue > >- data = data.replace("\t", '') >- data = data.replace("\n", '') >+ whitespace = re.compile('\s+') >+ data = whitespace.sub(' ', data) > return (data.strip(), children) > else: > desc = ''
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 233816
: 162200