Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 403508 Details for
Bug 549776
=dev-python/paste-2.0.1 bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remade paste-2.0.1-email-mime.patch
paste-2.0.1-email-mime.patch (text/plain), 739 bytes, created by
Ian Delaney (RETIRED)
on 2015-05-18 04:05:18 UTC
(
hide
)
Description:
remade paste-2.0.1-email-mime.patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2015-05-18 04:05:18 UTC
Size:
739 bytes
patch
obsolete
>#diff -ur Paste-2.0.1.orig/paste/exceptions/reporter.py Paste-2.0.1/paste/exceptions/reporter.py >#--- Paste-2.0.1.orig/paste/exceptions/reporter.py 2015-05-18 10:35:24.313023555 +0800 >#+++ Paste-2.0.1/paste/exceptions/reporter.py 2015-05-18 10:38:14.580775907 +0800 >--- a/paste/exceptions/reporter.py >+++ b/paste/exceptions/reporter.py >@@ -3,7 +3,14 @@ > > from email.mime.text import MIMEText > from email.mime.multipart import MIMEMultipart >-import smtplib >+try: >+ from email.MIMEText import MIMEText >+except: >+ from email.mime.text import MIMEText >+try: >+ from email.MIMEMultipart import MIMEMultipart >+except: >+ from email.mime.multipart import MIMEMultipartimport smtplib > import time > try: > from socket import sslerror
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 549776
: 403508