Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logging.handlers.SMTPHandler and single 'to' address #37981

Closed
anthonybaxter mannequin opened this issue Feb 14, 2003 · 2 comments
Closed

logging.handlers.SMTPHandler and single 'to' address #37981

anthonybaxter mannequin opened this issue Feb 14, 2003 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@anthonybaxter
Copy link
Mannequin

anthonybaxter mannequin commented Feb 14, 2003

BPO 686379

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2003-02-22.10:05:32.000>
created_at = <Date 2003-02-14.05:07:18.000>
labels = ['library']
title = "logging.handlers.SMTPHandler and single 'to' address"
updated_at = <Date 2003-02-22.10:05:32.000>
user = 'https://bugs.python.org/anthonybaxter'

bugs.python.org fields:

activity = <Date 2003-02-22.10:05:32.000>
actor = 'anthonybaxter'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-14.05:07:18.000>
creator = 'anthonybaxter'
dependencies = []
files = []
hgrepos = []
issue_num = 686379
keywords = ['patch']
message_count = 2.0
messages = ['42841', '42842']
nosy_count = 1.0
nosy_names = ['anthonybaxter']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue686379'
versions = []

@anthonybaxter
Copy link
Mannequin Author

anthonybaxter mannequin commented Feb 14, 2003

logging.handlers.SMTPHandler should handle a single
string to address - at the moment if you mess up and
pass a string, (e.g. 'someuser@foo.com'), you get a message
body To: line of
s@localdomain,o@localdomain,m@localdomain,...

smtplib has the same signature, but checks for a single
string argument. This patch does the same for the logging
module.

Patch is to Lib/logging/handlers.py. Not sure if the
version
in the Python CVS is the "home" version of the code, or
if it's just an import of a different CVS.

@anthonybaxter anthonybaxter mannequin closed this as completed Feb 14, 2003
@anthonybaxter anthonybaxter mannequin added the stdlib Python modules in the Lib dir label Feb 14, 2003
@anthonybaxter anthonybaxter mannequin closed this as completed Feb 14, 2003
@anthonybaxter anthonybaxter mannequin added the stdlib Python modules in the Lib dir label Feb 14, 2003
@anthonybaxter
Copy link
Mannequin Author

anthonybaxter mannequin commented Feb 22, 2003

Logged In: YES
user_id=29957

the recent set of patches for logging included this patch.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

0 participants