Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 298478 Details for
Bug 438112
crash with mail_type=multipart
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
resolvs this bug problem
svnmailer.patch (text/plain), 1.45 KB, created by
Timon
on 2008-03-19 07:21:31 UTC
(
hide
)
Description:
resolvs this bug problem
Filename:
MIME Type:
Creator:
Timon
Created:
2008-03-19 07:21:31 UTC
Size:
1.45 KB
patch
obsolete
>--- _base.py.orig 2008-03-19 09:07:15.000000000 +0300 >+++ _base.py 2008-03-19 09:09:38.000000000 +0300 >@@ -345,7 +345,6 @@ > @return: The two encodings > @rtype: C{tuple} of C{str} > """ >- from encodings import exceptions > > enc1 = enc2 = default > if not change.wasAdded() or change.wasCopied(): >@@ -353,7 +352,7 @@ > enc1 = self._getContentEncoding( > change.getBasePath(), change.getBaseRevision() > ) >- except exceptions.LookupError: >+ except LookupError: > # fall back > pass > >@@ -364,7 +363,7 @@ > enc2 = self._getContentEncoding( > change.path, change.revision > ) >- except exceptions.LookupError: >+ except LookupError: > # fall back > pass > >@@ -389,7 +388,6 @@ > @exception encodings.exception.LookupError: The specified encoding > is not implemented or no encoding was specified > """ >- from encodings import exceptions > > # first try the svn:mime-type > enc = self.getEncodingFromMimeType(path, revision) >@@ -427,7 +425,7 @@ > codecs.lookup(enc) > return enc > >- raise exceptions.LookupError("No Encoding configured") >+ raise LookupError("No Encoding configured") > > > def getEncodingFromMimeType(self, path, revision):
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 438112
: 298478