This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Tools/msi still uses string exceptions
Type: Stage:
Components: Demos and Tools Versions: Python 2.7, Python 2.6
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: doko, ezio.melotti, loewis
Priority: normal Keywords:

Created on 2010-06-29 11:04 by doko, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg108900 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2010-06-29 11:04
string exceptions still used in a couple of places:

Tools/msi/msi.py:354
Tools/msi/msi.py:368
Tools/msi/msilib.py:238
msg108948 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2010-06-29 20:39
This is not a problem. Tools/msi is being used with Python 2.5 only.
History
Date User Action Args
2022-04-11 14:57:03adminsetgithub: 53359
2010-06-29 20:39:53loewissetstatus: open -> closed
versions: - Python 3.1, Python 3.2
nosy: + loewis

messages: + msg108948

resolution: wont fix
2010-06-29 12:28:10ezio.melottisetnosy: + ezio.melotti
2010-06-29 11:04:49dokocreate