[Python-Dev] [Python-checkins] r84559 - python/branches/py3k/Lib/subprocess.py (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Tue Sep 7 15:19:47 CEST 2010
- Previous message: [Python-Dev] [Python-checkins] r84559 - python/branches/py3k/Lib/subprocess.py
- Next message: [Python-Dev] [Python-checkins] r84559 - python/branches/py3k/Lib/subprocess.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Sep 7, 2010 at 11:05 PM, Brian Curtin <brian.curtin at gmail.com> wrote:
Sure, seems reasonable to me. Does """raise ValueError("Unsupported signal: {}".format(sig))""" look fine, or is there a more preferred format when displaying bad values in exception messages?
No, that's about what I was thinking as well. When all we have is an error code (or similar number), it's difficult to make the associated error message particularly pretty.
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] [Python-checkins] r84559 - python/branches/py3k/Lib/subprocess.py
- Next message: [Python-Dev] [Python-checkins] r84559 - python/branches/py3k/Lib/subprocess.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]