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.

Author anadelonbrin
Recipients
Date 2005-12-21.01:41:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The _winreg documentation says that EnvironmentError
will be raised (throughout the docs, for various
reasons), when, in every case, WindowsError is actually
raised.

A simple replace of WindowsError for EnvironmentError
would fix this.  (Let me know if you really need a patch).
History
Date User Action Args
2007-08-23 14:36:53adminlinkissue1386675 messages
2007-08-23 14:36:53admincreate